photoshop 7 eps save problems
photoshop 7 eps save problems
- Subject: photoshop 7 eps save problems
- From: "Håvard, Inkognito" <email@hidden>
- Date: Thu, 3 Oct 2002 13:09:53 +0200
I have problems with the 'EPS save options' in photoshop 7.
Of all the properties in "Class EPS save options": I can only get 'preview type' and 'encoding' to actually work. All the others give me a "Adobe Photoshop 7.0 got an error: Can't make some data into the expected type."
-- this works. (some long lines ahead):
set myTempFileName to "Macintosh HD:PStest.eps"
tell application "Adobe Photoshop 7.0"
make new document
set epsOptions to {class:EPS save options, preview type:eight bit Mac OS, encoding:maximum quality JPEG}
save current document in file myTempFileName as Photoshop EPS with options epsOptions appending no extension without copying
end tell
-- end working script
however if I add ie. "embed color profile:yes," to epsOptions it compiles, but fails with the above error on run. This is how I try to do it:
--one line:
set epsOptions to {class:EPS save options, preview type:eight bit Mac OS, encoding:maximum quality JPEG, embed color profile:yes}
it also fails if I add any of the following properties:
halftone screen, image interpolation, PostScript color management, transfer function, transparent whites, vector data
Anyone have a suggestion on how I can get this to work?
Thanks, Havard
environment:
os 9.2.2, as 1.8.3, photoshop 7.01, PS AS plugin 1.02
_______________________________________________
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.