Photoshop CS: Doesn't do 300 dpi?
Photoshop CS: Doesn't do 300 dpi?
- Subject: Photoshop CS: Doesn't do 300 dpi?
- From: Jason Bourque <email@hidden>
- Date: Thu, 05 Feb 2004 19:12:51 -0500
Hello,
I am trying to open a EPS saved from QuarkXPress 6.0.
With the script it comes out 72 dpi but manually 300 dpi.
Confusing to say the least. Is Photoshop broken?
This is the script.
tell application "Adobe Photoshop CS"
activate
open file vEpsPath as EPS with options ,
{constrain proportions:true, height:11.0, width:8.5,
resolution:300.0, mode:CMYK, use antialias:true} showing dialogs never
end tell
Help me please.
Thanks!
Jason Bourque
_______________________________________________
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.