Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Lossless rotation of JPG images and thumbnails' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Lossless rotation of JPG images and thumbnails
Authored by: leamanc on Fri, Apr 25 2008 at 6:20PM PDT
I tried your script out and it threw up a whole slew of errors, but started with this:
Can't locate Image/ExifTool.pm
This is Intel 10.5.2 with Developer Tools installed. Should something else be installed to make this work?

[ Reply to This | # ]
Lossless rotation of JPG images and thumbnails
Authored by: MtnBiker on Wed, Oct 28 2009 at 9:51PM PDT
I know almost nothing about Perl but you might try adding this as the second line to the script:

BEGIN { unshift @INC, "/usr/bin/lib/" }

You may need to install EXIF Tools http://www.sno.phy.queensu.ca/~phil/exiftool/

I have a script that worked in Leopard and it quit working in Snow Leopard. I suspect some things have moved. I found the missing files in the location in the added line. And based on some answers to similar problem found via Google.
---
Hermosa Beach, CA USA


[ Reply to This | # ]