Req: xmp metadata read support
Posted: 2014-12-18T02:27:54-07:00
This request certainly doesn't come as a surprise, and I image you have though about it and decided against it, at least for the time being? Anyway, since I didn't find such a request in the forum yet, here's my case:
1. The imaging world is moving to xmp, so sticking with the iptc tag subset seems somewhat outdated
2. Identify -ping is sooooo much faster than exiftool which needs to call perl all the time
3. Stickting to Imagemagick instead of using exiftool, too, saves time reading docs and prevents bugs
As far as I see it, the xmp tags are right there in a simply xml struct at the start of the file, it might even work with the (extended?) -ping option? No fancy decoding or writing such as exiftool does would be required, just getting some basic information while working with the imagemagick tools.
Thanks for considering!
1. The imaging world is moving to xmp, so sticking with the iptc tag subset seems somewhat outdated
2. Identify -ping is sooooo much faster than exiftool which needs to call perl all the time
3. Stickting to Imagemagick instead of using exiftool, too, saves time reading docs and prevents bugs
As far as I see it, the xmp tags are right there in a simply xml struct at the start of the file, it might even work with the (extended?) -ping option? No fancy decoding or writing such as exiftool does would be required, just getting some basic information while working with the imagemagick tools.
Thanks for considering!