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: Jason Bourque <email@hidden>
- Date: Thu, 05 Feb 2004 21:10:57 -0500
Ok, I tried the as pixels and got a 72 dpi document at 614 x 803 pixels.
This time I tried it on a adobe illustrator eps.
tell application "Adobe Photoshop CS"
activate
open file vEpsPath as EPS with options ,
{constrain proportions:true, height:3300 as pixels, width:2550 as pixels,
resolution:300.0, mode:CMYK, use antialias:true} showing dialogs never
End tell
On 2/5/04 7:55 PM, "Shane Stanley" <email@hidden> wrote:
>
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.
_______________________________________________
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.