android-crop icon indicating copy to clipboard operation
android-crop copied to clipboard

Use ExifInterface Support Library

Open ruslanle opened this issue 8 years ago • 1 comments

For better work with rotation image, can offer you use ExifInterface Support Library instead built-in ExifInterface. ExifInterface Support Library solution help with correct displays image which is picked from gallery(on Galaxy S7 Edge image is rotated on 90 degree). With help constructor which uses InputStream. More information https://android-developers.googleblog.com/2016/12/introducing-the-exifinterface-support-library.html. Sorry for my bad English.

ruslanle avatar Dec 22 '16 10:12 ruslanle

Take a look at this issue for a workaround: #258

power7714 avatar Aug 03 '17 20:08 power7714