• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Q: GraphicsConverter Paste At (format for position?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Q: GraphicsConverter Paste At (format for position?) (From: Mr Tea <email@hidden>)

  • Prev by Date: Re: Q: GraphicsConverter Paste At (format for position?)
  • Previous by thread: Re: Q: GraphicsConverter Paste At (format for position?)
  • Next by thread: beginner question
  • Index(es):
    • Date
    • Thread