Comments on: Image Crop Script https://aiscripts.com/image-crop-script/ Illustrator + Javascript = Magic! Wed, 24 Jan 2024 09:08:06 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Sobaan Salt https://aiscripts.com/image-crop-script/#comment-30578 Wed, 24 Jan 2024 09:08:06 +0000 http://aiscripts.com/?p=2480#comment-30578 Very helpful information thanks

]]>
By: How to Crop in Illustrator: A Comprehensive Guide - backgroundillustration.online https://aiscripts.com/image-crop-script/#comment-30575 Thu, 07 Dec 2023 10:57:33 +0000 http://aiscripts.com/?p=2480#comment-30575 […] the end of this tutorial, you will have a solid understanding of different methods for image cropping in Illustrator and be able to apply them confidently in your own projects. So let’s dive in […]

]]>
By: FREE Illustrator Scripts - Fonts Beast https://aiscripts.com/image-crop-script/#comment-27823 Sat, 12 Nov 2022 06:12:50 +0000 http://aiscripts.com/?p=2480#comment-27823 […] Images: https://aiscripts.com/image-crop-script/Multiple Scripts: http://shspage.com/aijs/enDesign to Circles: […]

]]>
By: Ray Cowie https://aiscripts.com/image-crop-script/#comment-27725 Tue, 24 May 2022 09:49:05 +0000 http://aiscripts.com/?p=2480#comment-27725 The ImageCrop script download does not work?

]]>
By: 7+ Amazing Free Illustrator Script | Doing This https://aiscripts.com/image-crop-script/#comment-27089 Thu, 18 Feb 2021 14:46:07 +0000 http://aiscripts.com/?p=2480#comment-27089 […] Crop image in Illustrator download […]

]]>
By: Paul Leachman https://aiscripts.com/image-crop-script/#comment-21087 Sat, 16 May 2020 08:24:33 +0000 http://aiscripts.com/?p=2480#comment-21087 it says error 1240 : specified value less than minimum value

what do i do?

]]>
By: 6 consigli per lavorare più velocemente con Illustrator - Grafigata! Tutorial https://aiscripts.com/image-crop-script/#comment-15299 Thu, 18 Apr 2019 08:43:35 +0000 http://aiscripts.com/?p=2480#comment-15299 […] lo script ImageCrop, puoi ritagliare un’immagine direttamente in Illustrator senza dover passare a Photoshop o […]

]]>
By: 7 FREE Illustrator Scripts (MUST HAVE) | Nikkies Tutorials https://aiscripts.com/image-crop-script/#comment-14482 Thu, 07 Mar 2019 11:18:08 +0000 http://aiscripts.com/?p=2480#comment-14482 […] Links: Crop Imageshttp://aiscripts.com/image-crop-script/ Multiple Scripts http://shspage.com/aijs/en Design to Circles […]

]]>
By: Bill https://aiscripts.com/image-crop-script/#comment-12666 Wed, 14 Nov 2018 22:13:14 +0000 http://aiscripts.com/?p=2480#comment-12666 Thanks for the script it is awesome.. I made a change to it because holding the alt key was making the menu disappear in AI CC. I changed it the ctrlKey.

line 38 from:
if(ScriptUI.environment.keyboardState.altKey) { // press alt key to Enter a custom Resolution, otherwise use the image resolution

to:
if(ScriptUI.environment.keyboardState.ctrlKey) { // press ctrl key to Enter a custom Resolution, otherwise use the image resolution

note if you want to change the default resolution change lines 55 and 56 to reflect your dpi like 300 instead of 72.
the resolution listed on line 40 is just the default on the popup.

Lastly I could not get it to come up on the “file,scripts”. I had added the script to the wrong folder mine in a windows 10 setup using AI CC 2018 went in this folder: C:\Program Files\Adobe\Adobe Illustrator CC 2018\Presets\en_US\Scripts\

]]>
By: kasum https://aiscripts.com/image-crop-script/#comment-12510 Mon, 08 Oct 2018 17:45:35 +0000 http://aiscripts.com/?p=2480#comment-12510 thanks for the script

]]>