Re: Migrating from Photoshop 5.5 to 7
Re: Migrating from Photoshop 5.5 to 7
- Subject: Re: Migrating from Photoshop 5.5 to 7
- From: Ron Bishop <email@hidden>
- Date: Wed, 7 Aug 2002 08:14:51 -0500
Ehn,
I believe Photoshop's default is constrain proportions. Someone will
probably let us know if I'm wrong:) So the following should work.
tell application "Adobe Photoshop 7.0"
activate
set ruler units of settings to pixel units
resize image current document height 170 resample method bicubic
end tell
If not, with a little math, a work around would be getting the ratio of
the old height to the new height and applying the same ratio to the old
width to come up with the new width - a two step method. My junior high
algebra teacher would be so happy...
Ron Bishop
www.daddydoodaa.com
On Wednesday, August 7, 2002, at 03:34 AM, Gvran Ehn wrote:
HELP, I'm stuck!
When using Photoshop 5.5 and Photoscripter I did this:
adjust current document changing the image size to {height:170,
constraining proportions:true, interpolation method:bicubic}
...but this does not work any longer when using Photoshop 7, why? Is'nt
it possible to "constrain proportions?
If possible with Photoshop 7 please illustrate with a similair code
sample.
Thanks
/goran
_______________________________________________
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.