Re: Photoshop Script Tiff options help . . . please
Re: Photoshop Script Tiff options help . . . please
- Subject: Re: Photoshop Script Tiff options help . . . please
- From: Martin Orpen <email@hidden>
- Date: Mon, 01 Mar 2004 22:52:00 +0000
on 1/3/04 9:58 pm, Shane Stanley at email@hidden wrote:
>
It's a known bug, in PS v7 at least; it will use whatever was last used
>
in the UI. I haven't tried it in the CS version.
I don't think it even does that - it seems to use the Mac byte order no
matter what the history of the UI or the image data.
>
I have a feeling that you can work around it using javascript, but I'm
>
not 100% certain.
You probably can:
var desc27 = new ActionDescriptor();
var id133 = charIDToTypeID( "BytO" );
var id134 = charIDToTypeID( "Pltf" );
var id135 = charIDToTypeID( "IBMP" );
desc27.putEnumerated( id133, id134, id135 );
Might be easier for the OP to get the other script to recognise and handle
tiffs with a mac byte order?
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.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.