android-crop
android-crop copied to clipboard
Use ExifInterface Support Library
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.
Take a look at this issue for a workaround: #258