Android Question JpegUtils GPS Altitude Question

base64

Member
Licensed User
Longtime User
How do I remove GPS altitude EXIF from an image (using JpegUtils' ExifData)?

This:
B4X:
e.setAttribute(e.TAG_GPS_ALTITUDE, "")
e.setAttribute(e.TAG_GPS_ALTITUDE_REF, "")
(where e is JpegUtils' ExifData)

put 512.96872139151662 as the GPS altitude in the picture file, instead of removing the entry from the picture.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…