Photoshop save options?
Photoshop save options?
- Subject: Photoshop save options?
- From: Aaron Rosenblum <email@hidden>
- Date: Tue, 12 Oct 2004 20:38:32 -0400
Thanks for all the responses regarding getting image properties. I
have this snippet of AS code that doesn't seem to work:
on run
set this_item to choose file
tell application "Adobe Photoshop CS"
open this_item -- showing dialogs never
set myOptions to {class:TIFF save options, image compression:LZW,
byte order:Mac OS, save alpha channels:true, embed color profile:true}
save current document in file this_item as TIFF with options
myOptions appending no extension without copying
close this_item
end tell
end run
When I run it, I select one of my images, but when it tries to save I
get the error:
Adobe Photoshop CS got an error: Can't make some data into the expected
type.
Anyone have some ideas as to what is going on?
thanks in advance!
Aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden