need software to batch-rotate jpeg's based on exif data
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
need software to batch-rotate jpeg's based on exif data
I'm looking for some softare to rotate jpeg images based on the exif data. My digital camera stores rotation information, and when I was using windoze the import software would automatically rotate the images. Now i'm copying the images directly using a flash card reader, and I have to rotate the images manually, which when you're as trigger-happy as me with a digital camera can be a lot of work.
So here's my question... does anyone know of software that can automatically (with no or minimal intervention)
- step through an entire folder (or folders) of jpeg images one by one
- examine the exif data to determine if rotation is needed
- perform lossless rotation on images that are incorrectly orientated
- (optional, but would be nice) also support batch-resizing
...any ideas would be greatly appreciated - i've been searching for an hour or so now with no luck.
A bash script using convert (part of ImageMagick) could do most of that...I don't understand exif data though. If I knew what that was and how to access it I might be more help.
i just instaleld exiftags, which can dum pout exif data to console in a pretty parsable format, should be a doddle to wrap that and convert into a tiny bash script.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.