How do I remove GPS altitude EXIF from an image (using JpegUtils' ExifData)?
This:
(where e is JpegUtils' ExifData)
put 512.96872139151662 as the GPS altitude in the picture file, instead of removing the entry from the picture.
This:
B4X:
e.setAttribute(e.TAG_GPS_ALTITUDE, "")
e.setAttribute(e.TAG_GPS_ALTITUDE_REF, "")
put 512.96872139151662 as the GPS altitude in the picture file, instead of removing the entry from the picture.