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?