Re: PhotoShop- Set Selection Size
Re: PhotoShop- Set Selection Size
- Subject: Re: PhotoShop- Set Selection Size
- From: Shane Stanley <email@hidden>
- Date: Wed, 5 May 2004 20:01:31 -0700
On May 4, 2004, at 6:55 AM, Marconi wrote:
All I want to do is, with the front document window, set the exact
selection size to, say, 1024x768.
What's the syntax to do that?
tell application "Adobe Photoshop CS"
tell current document
select region {{0,0}, {1024,0}, {1024,768}, {0, 768}} combination
type replaced feather amount 10 without antialiasing
end tell
end tell
--
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.