Re: Q: GraphicsConverter Paste At (format for position?)
Re: Q: GraphicsConverter Paste At (format for position?)
- Subject: Re: Q: GraphicsConverter Paste At (format for position?)
- From: Mr Tea <email@hidden>
- Date: Wed, 01 Feb 2006 01:55:48 +0000
My previous post included this line:
> set {w, h} to {round ((x2 - x1) / 2), round ((y2 - y1) / 2)}
After exhaustive testing, I have found that the following modification
yields the most consistently accurate results:
set {w, h} to {round ((x2 - x1) / 2) rounding down, round ((y2 - y1) / 2)
rounding down}
(That's all one line.)
Nick
pp Mr Tea
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden