Re: PhotoShop SaveAsIBMPCtiff
Re: PhotoShop SaveAsIBMPCtiff
- Subject: Re: PhotoShop SaveAsIBMPCtiff
- From: Shane Stanley <email@hidden>
- Date: Wed, 16 Oct 2002 08:01:49 +1000
On 15/10/02 11:19 PM +1000, email@hidden, email@hidden,
wrote:
>
I'm using ScriptDebugger 3.05 and Photoshop 7.01 on Mac OS 10.2 or 10.1.5.
>
All I want to do is open a Mac TIFF file and save it as PC TIFF file. All
>
Photoshop parameter settings get applied except for the "byte order". I
>
can't get it to save as a IBM PC file. Here's the simple script:
>
>
tell application "Finder"
>
set myTempFileName to "OS X:Users:gbrown:Desktop:Ducky.psd"
>
end tell
>
>
tell application "Adobe Photoshop 7.0"
>
activate
>
open file myTempFileName
>
set myOptions to {class:TIFF save options, image compression:none,
>
byte order:IBM PC, save alpha channels:true, save spot colors:true, embed
>
color profile:true}
>
save current document in file myTempFileName as TIFF with options
>
myOptions appending lowercase extension without copying
>
end tell
>
>
Seems very simple. Any ideas? What am I doing wrong?
I don't think you're doing anything wrong; it looks like a bug. PS seems to
use the byte order last specified in the UI, whatever you ask for.
--
Shane Stanley, email@hidden
_______________________________________________
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.