-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Problem
-------
* Currently, Thumbnailator does not recognize information in JPEG EXIFs, which
can lead to photographs taken in portrait mode to be resized in landscape mode.
Solution
--------
* Read the EXIF metadata present in JPEG files
* If the EXIF metadata indicates that the image is in portrait mode, then
perform a rotation ahead of the thumbnail generation.
Complications
-------------
* The behavior for handling portrait-oriented JPEGs in Thumbnailator will
change after the introduction of this feature.
Original issue reported on code.google.com by coobird...@gmail.com
on 19 Jun 2011 at 2:35