Assigned
Status Update
Comments
ib...@google.com <ib...@google.com> #2
Can you please add some information about what this bug is about. I'm going to close it otherwise as it is not actionable for us.
No update yet.
Can you please add some information about what this bug is about. I'm going to close it otherwise as it is not actionable for us.
Description
Component used: androidx.exifinterface
Version used: 1.3.2+
Devices/Android versions reproduced on: Pixel 2 API 23 (it is just an example it might take place on other devices too)
Hi I'm Grzegorz from ODK Collect (https://github.com/getodk/collect ). In our app we support scaling down images to make them smaller. We want them to keep their exif data so we copy it first before the operation and add to a newly created image: https://github.com/getodk/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/utilities/ImageConverter.kt#L48
We have noticed that in cases an exception is thrown when we try to save attributes.
In our codebase we catch that exception but it corrupts the new image and we can't use it.
From my investigation I know that the exception takes place if:
Here is the issue in our repository:https://github.com/getodk/collect/issues/5033