blob: 6666238824671ce5dfb7383bf683249229dfd9db (
plain)
1
2
3
4
5
|
Transforms JPEG files so that orientation becomes 1.
This is the same operation as "exifautotran", but with no dependencies
on command-line programs; instead, we use the excellent Image::JpegTran
and Image::ExifTool CPAN modules.
|