Module Description
This module reads EXIF data to rotate images that have an Orientation key set. This module solves the issue where iOS devices take images in one position but set an EXIF Orientation value, leaving applications viewing the image responsible for rotating the image.
This module spawned from a patch for File Entity: #2290011: Before saving, rotate images to EXIF Orientation, if available
More info on EXIF orientation: http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling...
NOTE: There appears to be an issue in core with imagerotate() and PHP 5.5: #2215369: Various bugs with PHP 5.5 imagerotate(), including when incorrect color indices are passed in. 7.x patch is in works. (Thanks GuyPaddock
This module spawned from a patch for File Entity: #2290011: Before saving, rotate images to EXIF Orientation, if available
More info on EXIF orientation: http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling...
NOTE: There appears to be an issue in core with imagerotate() and PHP 5.5: #2215369: Various bugs with PHP 5.5 imagerotate(), including when incorrect color indices are passed in. 7.x patch is in works. (Thanks GuyPaddock
Module Link
Project Usage
10433
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to automatically rotate images based on the EXIF Orientation value set by iOS devices, preventing applications from having to manually rotate the images for proper viewing.
Data Name
exif_orientation