Subject: Re: Photoshop 7.0 Save As Problems
Subject: Re: Photoshop 7.0 Save As Problems
- Subject: Subject: Re: Photoshop 7.0 Save As Problems
- From: "Steve Suranie" <email@hidden>
- Date: Thu, 8 Jan 2004 07:32:47 -0500
- Thread-topic: applescript-users digest, Vol 3 #2315 - 14 msgs
Mr. Tea, thanks for the response. Actually I had posted this to the MacScripter web site and someone suggested that I could save time and trouble by just renaming the file when I save it, but I am not sure how to do that with AS and PS. This is my existing code:
on moveAsset(thisFilePath, thisMagPath, theHoldingPath, theArchivePath, theThumbnailPath, theWidth, theHeight)...
...tell applcation "Adobe Photoshop 7.0"...
...resize image current document width theWidthPixels height theHeightPixels
set myOptions to {class:JPEG save options, embed color profile:false, format options:standard, matte:background color matte}
save current document in (theThumbnailPath) as JPEG with options myOptions
close current document saving no
end tell
where theThumbnailPath is a folder reference - "Merion Image Archive FP:_thumbs:" as an alias. How do I use the save command to tell PS to save the file in a new location and with a different name?
Thanks
Steve
_______________________________________________
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.