Bug 15467 - Add support for auto rotating images based on EXIF data
: Add support for auto rotating images based on EXIF data
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Artwork
: 7.5.0
: Macintosh Debian Linux
: P3 enhancement (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-13 00:06 UTC by Michael Herger
Modified: 2010-01-25 11:21 UTC (History)
0 users

See Also:
Category: Feature


Attachments
enable auto-rotation of images based on EXIF data (1.36 KB, patch)
2010-01-13 00:07 UTC, Michael Herger
Details | Diff
use faster reading of tags, read data before image is manipulated on Windows (1.72 KB, patch)
2010-01-25 00:11 UTC, Michael Herger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2010-01-13 00:06:48 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).
Comment 1 Michael Herger 2010-01-13 00:07:48 UTC
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
Comment 2 Michael Herger 2010-01-25 00:11:15 UTC
Created attachment 6459 [details]
use faster reading of tags, read data before image is manipulated on Windows
Comment 3 SVN Bot 2010-01-25 11:20:26 UTC
 == 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
Comment 4 SVN Bot 2010-01-25 11:21:15 UTC
 == 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