

I would check one of the original images and see how it compares with the time it takes to do it through the script.

On the images that I tested it with, all right around 800 pixels wide, it too less than 2 minutes to run through 3 images. If your original images are very large then it might take a while to scale them down to the 800 pixel width. Bicubic is the default method of interpolation for PhotoShop so it is nothing special and should not cause it to take longer than normal. Now for the time for resizing the images, that has a lot to do with the size of the original image. Last things first, … gGuide.pdf is a link to Adobe's PDF, between that and opening the AppleScript dictionary for Photoshop (File>Open Dictionary, then select PhotoShop when the file menu comes up OR just drag the PhotoShop application icon to the Script Editor and the dictionary should open). If you click on that with the action set selected then there should be a save option that you can use. To save out an action set there should be a pull down menu on the actions pallet, on a Mac it is a little "carrot" button on the upper right. This works on my computer and does not require any actions to be loaded. Save current document as JPEG in targetFolder Resize image current document width 800 resample method bicubicĪdjust layer 1 of current document using inversion

Set image_file_path to (processFolder & thisimage) as string Repeat with i from 1 to (length of listImages) Set listImages to list folder processFolder without invisibles Set targetFolder to choose folder with prompt "Choose a folder to save processed images" Set processFolder to choose folder with prompt "Choose a folder that contains images to process" The last line is in german (i'm german) so i will translate it: „Adobe Photoshop CS2“ has got a failure: „alias \"Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Eingabe:,party1.jpg\"“ could not be read." "„Adobe Photoshop CS2“ hat einen Fehler erhalten: „alias \"Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Eingabe:,party1.jpg\"“ kann nicht gelesen werden." Get alias "Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Eingabe:,party1.jpg" List folder alias "Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Eingabe:" without invisibles Choose folder with prompt "Choose a folder that contains images to process"Īlias "Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Eingabe:"Ĭhoose folder with prompt "Choose a folder to save processed images"Īlias "Macintosh HD:Users:maximiliankirchner:Pictures:Photoshop:Website:test:"
