Re: PhotoShop scripting problem
Re: PhotoShop scripting problem
- Subject: Re: PhotoShop scripting problem
- From: David Lloyd <email@hidden>
- Date: Tue, 17 Jul 2001 04:48:59 +1000
Just before you get to the Photoshop tell statement, you could tell the
Finder to open the file instead:
repeat with oneImage in bigImages
tell app "Finder" to open oneImage using application "Adobe Photoshop 5.5"
tell application "Adobe Photoshop 5.5"
activate
do script "ThumbnailSaveClose"
end tell
end repeat
>
...It fails on images that are PictureViewer:
>
tell application "Adobe(R) Photoshop(R) 5.5"
>
activate
>
repeat with oneImage in bigImages
>
open oneImage
>
do script "ThumbnailSaveClose"
>
end repeat
>
end tell
>
The error comes from PhotoShop....
>
How can I make sure that Photoshop opens the image? If I am telling PS to
>
activate and then to open the image, what more can I do?
David Lloyd
---------------------------------
email: email@hidden
web:
http://www.kanzu.com
---------------------------------