Page 2 of 2

Re: Read Keywords from JPG

Posted: 2010-06-18T11:03:35-07:00
by brethomp
Drarakel wrote:No, it works with other formats, too - TIF/PNG/etc. But it's possible for some special files that a certain profile isn't recognized.
I have tried TIF, PNG and PDF with no luck. TIF and PNG generate a blank XMP file, and PDF doesn't generate a XMP file at all.

Re: Read Keywords from JPG

Posted: 2010-06-18T11:48:12-07:00
by snibgo
Is it possible to post files on this forum?
No. My "post a sample" was shorthand for "put a sample file on the web somewhere and post its URL". Sorry for my ambiguity.


I can't remember where I came across XMP, and haven't played with it much. It seems to extract some metadata that "identify -verbose" doesn't, eg "dc:creator". (dc = Dublin Core?)

If a metadata field occurs in "identify -verbose", it can be extracted with, for example,

convert -format %[xmp:CreatorTool] info:-

but dc:creator etc can't be extracted this way.