• 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 SaveAsIBMPCtiff
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >PhotoShop SaveAsIBMPCtiff (From: email@hidden)

  • Prev by Date: Re: Acrobat (pdf-cropping)
  • Next by Date: How does one create a .app that launches a .term document (in Terminal) when opened?
  • Previous by thread: PhotoShop SaveAsIBMPCtiff
  • Next by thread: Does anybody know to deactivate and activate fontsets in Extensis Suitcase
  • Index(es):
    • Date
    • Thread