Bugzilla – Bug 15367
ImageViewer: needs to rotate images based on EXIF data
Last modified: 2011-11-06 23:24:13 UTC
While there's a setting to rotate images, it won't work with most pictures taken with digicams. ImageViewer is checking the file's aspect ratio. But most photos are always in landscape mode, only an exif flag tells the software about its orientation. ImageViewer would need to read that exif data in order to correctly display portrait mode.
This seems like a great bug for someone in the community to work on :) Should I post it to the forums as a suggestion?
> This seems like a great bug for someone in the community to work on :) Sure. But it's rather low level. I'm not sure at which exact point the files are read. But I gave up when it came down to SDL...
Looking again at this, it seems like more of a bug.
*** Bug 15920 has been marked as a duplicate of this bug. ***
It seems to me that ImgeViewer should read EXIF anyway and (optionally) display it.
== Auto-comment from SVN commit #8683 to the jive repo by mherger == == http://svn.slimdevices.com/jive?view=revision&revision=8683 == Bug: 15367 Description: partial workaround until this bug is fixed. As long as we don't support auto-rotation based on EXIF data, at least use the IV option to rotate images based on the image ratio
Unassigned bugs cannot have a priority.