Actions
Bug #211
closedImages are not rotated propertly using EXIF information into jpg files
Start date:
18/08/2012
Due date:
% Done:
50%
Resolution:
fixed
Affected Version:
Description
Images with rotation info in EXIF information into jpeg files are not used in presentations or thumbnails.
I mean, if the correct image is in vertical position (rotated 90 degree left) and this is the info saved in EXIF fields into jpg file, in 3.2 you always see the image in horizontal position. In 3.1 the image appears in vertical position.
Updated by buzz over 11 years ago
- Category set to Pictures / Slideshow
- Status changed from New to Resolved
- Assignee set to buzz
- Target version set to 3.3
- % Done changed from 0 to 50
- Resolution set to fixed
- Affected Version set to 3.3
added workaround in r31760 - if settings are to rotate images using exif information, then any images loaded with JpegIO that contain a rotation other than 1 (or no exif information) will fallback to cximage which will handle the rotation correctly.
marking as fixed but leaving open as I may revisit this.
Actions