ArthurHub / ArthurHub/Android-Image-Cropper
Bug: inconsistent handling of images with EXIF orientation
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Try viewing and cropping attached images here.
[samples.zip](https://github.com/ArthurHub/Android-Image-Cropper/files/1916579/samples.zip)
The "sample.jpg" file seems to work fine, both in how it is viewed, and how it's is cropped.
The "sample4.jpg" file doesn't work fine. It isn't viewed correctly. It doesn't get rotated.
There are other sample images here:
https://github.com/recurser/exif-orientation-examples
I would also like to know: given the result of what cropImageView has (rectangle and whatever it needs more for cropping), what can I do in order to crop it later, when cropImageView isn't available anymore?
I was too naive to just save the rectangle of cropping, but this is wrong because of EXIF...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.