Re: Photoshop CS2 Save
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