ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: tonio09 on August 13, 2011, 07:42:07 PM

Title: How to dump XMP data as XML
Post by: tonio09 on August 13, 2011, 07:42:07 PM
How can I get the XML representation of the XMP data of a JPEG photo?
Title: Re: How to dump XMP data as XML
Post by: BogdanH on August 14, 2011, 05:32:30 AM
Try:
exiftool -o MyResult.xmp -xmp:all MyPhoto.jpg
...if that's what you need.

Bogdan