Re: scripting Photoshop
Re: scripting Photoshop
- Subject: Re: scripting Photoshop
- From: "John Jones" <email@hidden>
- Date: Tue, 05 Jun 2001 15:20:22 -0400
That's an easy one... Put the same as and close window in your Photoshop action.
John Jones
Chief of Image and Photographic Collections
Office of Imaging Printing and Photographic Services
Smithsonian Institution
email@hidden
(202) 786-2956
>
>> Katherine Richmond <email@hidden> - 6/5/01 1:14 PM >>>
Hi all,
I have a script where Photoshop is creating thumbnails for me. How do I tell
Photoshop to save the thumbnails? I would like to saveas a jpg. I can do this in
the script, but the save location is different depending on when the script is
run. Also, how do you tell Photoshop to close the window of the file that it
just saved? 'close oneImage' does not work.
Thanks,
Kathy
tell application "Adobe(R) Photoshop(R) 5.5"
activate
repeat with oneImage in bigImages
open oneImage
do script "Thumbnail"
close oneImage
end repeat
end tell
_______________________________________________
applescript-users mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/applescript-users