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
Related Articles
Drag & Drop to Dictionary App Yahoo to patent “smart drag-and-drop,” Ars submits prior art (Ryan Paul/Ars Technica) Freeware Pic: Resize ‘em AllMacApper Ask TUAW: Drag and drop images, Front Row skipping, Leopard SMS and more Drag and drop file uploading in Safari 10.5: An AppleScript to link iCal events to Mail messages 10.5: Clear Download stack via an overlay icon Sony’s updated laptop line AppleScript: the Script Editor An AppleScript to Google search the current site in Safari
No comments yet. Be the first.
Leave a reply
















