WordPress-Editor-Android icon indicating copy to clipboard operation
WordPress-Editor-Android copied to clipboard

Support flipped exif images

Open bummytime opened this issue 9 years ago • 1 comments

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

bummytime avatar Apr 04 '15 20:04 bummytime

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

rachelmcr avatar Apr 11 '16 18:04 rachelmcr