You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes picking a photo from the gallery causes this IOException: Invalid image: ExifInterface got an unsupported image format file(ExifInterface supports JPEG and some RAW image formats only) or a corrupted JPEG file to ExifInterface.
Stack trace: java.io.IOException: Invalid marker: 89 at android.media.ExifInterface.getJpegAttributes(ExifInterface.java:1835) at android.media.ExifInterface.loadAttributes(ExifInterface.java:1475) at android.media.ExifInterface.<init>(ExifInterface.java:1112) at com.rosberry.mediapicker.util.ExifUtils.getExifOrientation(ExifUtils.java:45) at com.rosberry.mediapicker.util.PhotoUtils.getRotation(PhotoUtils.java:119) at com.rosberry.mediapicker.MediaPhotoProcessor.loadInBackground(MediaPhotoProcessor.jav at com.rosberry.mediapicker.MediaPhotoProcessor.loadInBackground(MediaPhotoProcessor.jav at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312) at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69) at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:66) at android.os.AsyncTask$2.call(AsyncTask.java:304) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:762)
The image that causes this exception is provided below:
The text was updated successfully, but these errors were encountered:
Sometimes picking a photo from the gallery causes this IOException:
Invalid image: ExifInterface got an unsupported image format file(ExifInterface supports JPEG and some RAW image formats only) or a corrupted JPEG file to ExifInterface.
Stack trace:
java.io.IOException: Invalid marker: 89 at android.media.ExifInterface.getJpegAttributes(ExifInterface.java:1835) at android.media.ExifInterface.loadAttributes(ExifInterface.java:1475) at android.media.ExifInterface.<init>(ExifInterface.java:1112) at com.rosberry.mediapicker.util.ExifUtils.getExifOrientation(ExifUtils.java:45) at com.rosberry.mediapicker.util.PhotoUtils.getRotation(PhotoUtils.java:119) at com.rosberry.mediapicker.MediaPhotoProcessor.loadInBackground(MediaPhotoProcessor.jav at com.rosberry.mediapicker.MediaPhotoProcessor.loadInBackground(MediaPhotoProcessor.jav at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312) at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69) at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:66) at android.os.AsyncTask$2.call(AsyncTask.java:304) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:762)
The image that causes this exception is provided below:
The text was updated successfully, but these errors were encountered: