FW: scripting Photoshop
FW: scripting Photoshop
- Subject: FW: scripting Photoshop
- From: "Goodman, Steve" <email@hidden>
- Date: Wed, 6 Jun 2001 11:57:04 -0500
>
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.
Forgive me if this gets posted twice...I originally sent it on 6/5 @ 2pm and
since it is now 6/6 @ 12pm I thought I would try again.
Modify your action "Thumbnail" to convert your thumbnails and save them out
to a temp folder and then move them with your script to the proper location.
You'll have to include the "close" in your action and you can also have it
include the ".jpg" on the name.
tell application "Adobe(R) Photoshop(R) 5.5"
activate
repeat with oneImage in bigImages
open oneImage
do script "Thumbnail"
end repeat
end tell
Steve Goodman
Digital Solutions Group
.......If you think nobody cares if you're alive, try missing a couple of
car payments.------Unknown