Rotate an image using a drag and drop AppleScript

I found the Drag-and-drop script to quickly resize any image tip a while back, and found it exceedingly helpful; I use it all the day for resizing. I thought about making something just as easy, to handle rotating images, would be awesome. Here’s what I came up with:

-- Slight rehashing of that tutorial: http://www.macosxhints.com/article.php?story=2004092804461334-- Thanks 
for the kickstart "robg."on open some_items repeat with this_item in some_items try rotate_and_save(this_item) end try end repeatend opento rotate_and_save(this_item) tell application "Image Events" launch -- open the image file set this_image to open this_ite...

Original post by Erica Sadun

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists

No comments yet. Be the first.

Leave a reply