Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden

References: 
 >Photoshop CS2 Save (From: John Dulion <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.