jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
475 stars 99 forks source link

Image Rotate issue on Some devices #47

Closed ghost closed 4 years ago

ghost commented 4 years ago

we used implementation 'com.fenchtose.nocropper:nocropper:0.3.1' image rotate when we select image on samsung devices Samsung Galaxy A50 image rotate.

jayrambhia commented 4 years ago

Hi @Ashish19901, this is just an image cropper and does not provide functionalities to load the images. A lot of devices store the images with 90 degrees orientation and this data is available in the EXIF metadata of the image. You would have to write the image loading functionality by yourself. https://stackoverflow.com/questions/3647993/android-bitmaps-loaded-from-gallery-are-rotated-in-imageview