Re: Photoshop Save
Re: Photoshop Save
- Subject: Re: Photoshop Save
- From: Michael Cytrynowicz <email@hidden>
- Date: Thu, 17 Jul 2003 17:15:22 +0200
Mike,
I am sure Shane Stanley here can give you much better information,
but in the meantime, afaik, there is a known problem with scripting
Photoshop save as TIFF options.
check the Adobe Photoshop scripting forum, too:
<
http://www.adobeforums.com/cgi-bin/webx?14@@.ef7ec95>
(hope the link works oK)
Mike
>
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
_______________________________________________
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.