WordPress-Editor-Android
WordPress-Editor-Android copied to clipboard
Support flipped exif images
Original issue: https://github.com/wordpress-mobile/WordPress-Android/issues/1135
When we resize an image, we don't support transpose/transverse/flipped modes: See: https://github.com/wordpress-mobile/WordPress-Android/blob/issue/1122-oom-bitmap/src/org/wordpress/android/util/ImageHelper.java#L105
And: http://sylvana.net/jpegcrop/exif_orientation.html
This is still an issue, although ImageHelper.java
was combined with ImageUtils.java
here:
https://github.com/wordpress-mobile/WordPress-Android/blob/8d45ccd90444e36bf4d5e69b782ec018c7e2ce56/libs/utils/WordPressUtils/src/main/java/org/wordpress/android/util/ImageUtils.java