SimpleCropView
SimpleCropView copied to clipboard
Getting IO error on saving image to uri IO Error
Invalid image.
java.io.IOException: Invalid marker: 89
at android.media.ExifInterface.getJpegAttributes(ExifInterface.java:1616)
at android.media.ExifInterface.loadAttributes(ExifInterface.java:1341)
at android.media.ExifInterface.
Hi,
This link may help you. https://github.com/square/picasso/issues/1504
I'm getting this Exception too. How to fix it?
If anybody else is facing this issue you can try the following setting setCompressFormat(Bitmap.CompressFormat.JPEG)
It worked for me