Re: AppleScript / INDD CS3 / importing images and offsetting within frame.
Re: AppleScript / INDD CS3 / importing images and offsetting within frame.
- Subject: Re: AppleScript / INDD CS3 / importing images and offsetting within frame.
- From: Stan Cleveland <email@hidden>
- Date: Thu, 16 Oct 2008 14:10:05 -0700
- Thread-topic: AppleScript / INDD CS3 / importing images and offsetting within frame.
On 10/16/08 1:59 PM, "Stan Cleveland" wrote:
> set {imgW, imgH} to {imgB - imgT, imgR - imgL}
Oops. Got those backwards. :-( This is right:
set {imgH, imgW} to {imgB - imgT, imgR - imgL}
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden