Re: Photoshop CS: Doesn't do 300 dpi?
Re: Photoshop CS: Doesn't do 300 dpi?
- Subject: Re: Photoshop CS: Doesn't do 300 dpi?
- From: Shane Stanley <email@hidden>
- Date: Fri, 6 Feb 2004 11:55:57 +1100
On Feb 6, 2004, at 11:12 AM, Jason Bourque wrote:
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
I don't have Cs to test it on, but what happens if you change the
height to "3300 as pixels" and the width to "2550 as pixels"?
--
Shane Stanley <email@hidden>
_______________________________________________
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.