PhotoShop EPS Save?
PhotoShop EPS Save?
- Subject: PhotoShop EPS Save?
- From: Oakley Masten <email@hidden>
- Date: Mon, 22 Mar 2004 17:02:24 -0600
Greetings to all
Another Photoshop question:
My JPEG routine Works great.
BUT
I am not able to save current doc as EPS.
I keep getting this error:
Adobe Photoshop 7.0 got an error: Some data was the wrong type.
and
the "save current document in" Line is highlighted
I have tried deleting all of the options - same message
I have tried changing each option, one at a time - same message
I have tried running it with the JPG routine removed - same message
I have tried running it with the EPS routine first - same message
What am I doing wrong?????
tell application "Adobe Photoshop 7.0"
set myOptionsJPG to {class:JPEG save options, embed color
profile:false, format options:standard, matte:background color matte,
quality:5}
--appending no extension
save current document in file myFileToSaveJPG as JPEG with options
myOptionsJPG appending no extension with replacing and copying
set myOptionsEPS to {class:EPS save options, embed color
profile:false, encoding:binary, halftone screen:false, image
interpolation:false, PostScript color management:false, preview
type:eight bit Mac OS, transfer function:false, transparent
whites:false, vector
data:false}
save current document in file myFileToSaveEPS as EPS with options
myOptionsEPS appending no extension with replacing and copying
close current document
end tell
Thanks in advance for your help
Oakley
_______________________________________________
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.