Photoshop Save
Photoshop Save
- Subject: Photoshop Save
- From: mike helbert <email@hidden>
- Date: Thu, 17 Jul 2003 06:55:30 -0700 (PDT)
Hi all,
I took a sample script from the Photoshop 7.0 scripts
that came from Adobe and have made some changes to fit
my need. There is one part, tho, that's befuddling.
"tell application "Adobe Photoshop 7.0"
open theFile
set myOptions to {class:TIFF save options, image
compression:none, byte order:Mac OS, save alpha
channels:true, save spot colors:true, embed color
profile:true}
save current document in file myTempFileName as TIFF
with options myOptions appending no extension without
copying
close current document without saving
end tell'
In the options section there is the 'image
compression' option. If I select an image that is a
tif with no compression, change the line of code to be
'image compression:LZW', and run the script, the
compression IS changed to 'LZW'. If, however, I try to
go back to 'Image compression:none', nothing happens.
Why? Tis a puzzlement. If anyone out there has a
suggestion, I'm up for it.
I'm running OS 9.1 and photoshop 7.0.
Thanx
mike
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.