• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Photoshop Script Tiff options help . . . please
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Re: Photoshop Script Tiff options help . . . please (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: How to integrate Applescript in HTML ???
  • Next by Date: File path info
  • Previous by thread: Re: Photoshop Script Tiff options help . . . please
  • Next by thread: How to intergrate Applescript in HTML ???
  • Index(es):
    • Date
    • Thread