Extracting Title/Description from XMP metadata

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wavexx
Posts: 1
Joined: 2013-11-03T12:21:05-07:00
Authentication code: 6789

Extracting Title/Description from XMP metadata

Post by wavexx »

Is it possible to extract the common Title/Description fields from the XMP matadata?
I was expecting to be able to see them using:

identify -format "%[xmp:*]" ...

as done with EXIF/IPCT, but they are not listed here (as confirmed by -verbose).
The only way I found was to use "convert" with the xmp:- output, but that just dumps the rdf which requires extra parsing on my part.
Any suggestion?
Post Reply