Assigned
Status Update
Comments
ib...@google.com <ib...@google.com> #2
I attached issued photo. Please check with it.
I don't see an attachment, please can you check that?
No update yet.
I attached issued photo. Please check with it.
I don't see an attachment, please can you check that?
Description
Version used: androidx.exifinterface:exifinterface:1.3.7
Devices/Android versions reproduced on: Samsung galaxy S24
Hello.
When extract exif and getAttribute(ExifInterface.TAG_GPS_LATITUDE),
it retun null only in exifinterface 1.3.3~.
sample code
ExifInterface exif = new ExifInterface(new SecureFile(filepath));
exif.getAttribute(ExifInterface.TAG_GPS_LATITUDE)
getAttribute(ExifInterface.TAG_GPS_LATITUDE_REF)
getAttribute(ExifInterface.TAG_GPS_LONGITUDE)
getAttribute(ExifInterface.TAG_GPS_LONGITUDE_REF)
getAttribute(ExifInterface.TAG_GPS_ALTITUDE)
getAttribute(ExifInterface.TAG_GPS_ALTITUDE_REF)
<- these is null in latest version.
Issue doesn't have OS, device dependency, it has dependency only exifinterface version.
1.3.2 : work normally
1.3.3 ~ (even in 1.4.0-alpha01) : bug
It does not occur in all photos, but only in certain photos.
(but.. that photo also work normal in 1.3.2)
I attached issued photo. Please check with it.
Please check.
Thanks!