need to rotate images based on EXIF data
mvpix
I need this. I spent last night resizing and rotating 200 photos in a folder. I have it automated for the resize, but rotating is a job to view each picture.
This looks like it would save a lot of time!
This script is how I get pictures off of my digital camera. It files each image that it moves from the card into an appropriate directory of the form YYYY-MM-DD, and does some clever tricks to divide multiple "sessions" on the same day into different directories: e.g., when 30+ minutes has passed between photos, it starts a new directory.
0 TrackBacks
Listed below are links to blogs that reference this entry: need to rotate images based on EXIF data.
TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1398
I use a different tool - jhead. It is available from http://www.sentex.net/~mwandel/jhead/ .
It is a nice piece of software to use in custom scripts, as well EXIF management from the command line.