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

Re: Photoshop CS2 Save


  • Subject: Re: Photoshop CS2 Save
  • From: Stan Cleveland <email@hidden>
  • Date: Fri, 27 Oct 2006 11:45:20 -0700
  • Thread-topic: Photoshop CS2 Save

Title: Re: Photoshop CS2 Save
On 10/27/06 5:50 AM, John Dulion wrote:

> I need to save numerous images as EPS out of Photoshop. I tried using an
> action within Photoshop and my script but it does not work correctly. I know
> there is a way to save via an AS line but I just can't seem to get it right.
> Please help.

The following snippet works OMM. The variable
filePath contains a file spec or string of the save location, which may include a new document name, if desired, or just the directory to save into:

tell application "Adobe Photoshop CS2"
    save current document in filePath as Photoshop EPS ¬
        appending lowercase extension with options {encoding:binary, ¬
       embed color profile:true, preview type:eight bit TIFF} with copying
end tell

There are some additional EPS save options that you can look up in Photoshop’s AppleScript dictionary, but the major ones are included above.

Stan C.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Photoshop CS2 Save
      • From: Shane Stanley <email@hidden>
References: 
 >Photoshop CS2 Save (From: John Dulion <email@hidden>)

  • Prev by Date: Re: Writing to file as UTF8 with BOM ?
  • Next by Date: Prevent Canceling
  • Previous by thread: Photoshop CS2 Save
  • Next by thread: Re: Photoshop CS2 Save
  • Index(es):
    • Date
    • Thread