value in the same field under different tag name.
Thanks again for answering my last question!
I notice there are GPSLatitude GPSLongitude tag under exif, xmp-exif and gps tag, It seems applications use different tags for gps information, eg I got image that only have GPSLatitude GPSLongitude under gps tag, some only have under xmp-exif tag. is there command to read GPSLatitude GPSLongitude etc not regarding to the group they belong to?
if we use exiftool -GPSLatitude
Which tag group is it getting from, is it getting from gps tag or it will search from gps, xmp-exif and exif?
to make them all consistent do we need to write the same value to all these tag? is there command to write back to GPSLatitude GPSLongitude etc under all tag group (gps, xmp-exif, exif)? or exiftool -GPSLatitude=... is already working that way?
Many thanks!