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.
Actions