CYRUS-STUDIO / ImagePicker

Android下的图片选择与裁剪开源库(android image picker and cropper library)
http://www.jianshu.com/p/35ce3b82773e
239 stars 68 forks source link

Image getting left rotated #23

Open Mohammed-Nihal opened 5 years ago

Mohammed-Nihal commented 5 years ago

When we take a photo in some of the phones such as Pixel 2, Samsung s6, Samsung S9 the images are left rotated. This is happening only if we make the Imager picker with no crop functionality.

If the crop is enabled and the resultant Uri is taken from the onCropImage callback the image is set correctly.