I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-11-20 17:30:35-08 by bogdan
GPS data from XMP to Exif
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
Direct Responses: 9375 | Write a response