Bugzilla – Bug 15467
Add support for auto rotating images based on EXIF data
Last modified: 2010-01-25 11:21:15 UTC
Would be nice if artwork resizing code could automatically rotate images based on EXIF data (if available). The attached diff (against 7.5 embedded) would do this nicely. The change will only use Image::ExifTool if it's available, making it optional. This way it won't hurt on most installations, but could be enabled by a plugin providing that module (it's quite big).
Created attachment 6433 [details] enable auto-rotation of images based on EXIF data need to load the module late in case a plugin is providing it
Created attachment 6459 [details] use faster reading of tags, read data before image is manipulated on Windows
== Auto-comment from SVN commit #29899 to the slim repo by michael == == https://svn.slimdevices.com/slim?view=revision&revision=29899 == Bug: 15467 Description: add support for automatic rotation of JPEG files, based on EXIF data
== Auto-comment from SVN commit #29900 to the slim repo by michael == == https://svn.slimdevices.com/slim?view=revision&revision=29900 == Fixed Bug: 15467 Description: add support for automatic rotation of JPEG files, based on EXIF data - new 7.5/embedded style