|
Hi,
I have XMP file, containing:
...
<exif:GPSLatitude>43,41.73866N</exif:GPSLatitude>
<exif:GPSLongitude>7,16.53864E</exif:GPSLongitude>
...
I can copy GPSLatitude from Src.XMP to Dst.JPG, for example:
exiftool -tagsfromfile Src.XMP "-exif:GPSLatitude<xmp-exif:GPSLatitude" Dst.JPG
-but when doing this, only Exif:GPSLatitude is copied from XMP. How do I copy "N" (in this case) into Exif:GPSLatitudeRef tag?
Just a though in this regard: if at all, then usually all GPS tags are needed to be copied. In such case, it would be great having something similar to "AllDates"... something like:
exiftool -tagsfromfile SrcFile "-Exif:AllGPS<xmp-exif:AllGPS" DstFile
Thanks for answering.
Bogdan |