Actions
Bug #6151
closedApple devices upload images without proper raw orientation
Description
Apple devices store orientation in the exif data. They do not save the raw image with its rotation applied. This cuases images uploaded from apple devices (and taken by that device) to be orientated incorrectly.
Imagine however appears to have a function for fixing this called autorotate.
https://github.com/avalanche123/Imagine/pull/318
Review implementing into CBs middle-man image API library to fix for all image upload usages.
Updated by krileon about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1097
Note php_exif extension is needed or this change will do nothing (does not error, is simply ignore).
Actions