We use IM to extract IPTC data from an image, but recently this has stopped working with some images.
I have been able to reproduced the problem on my dev machine (OS X 10.4.11), and it also happens on Windows too.
I have installed the latest version of IM but the problem persists:
Code: Select all
Version: ImageMagick 6.4.5 2008-11-20 Q8
has_iptc.jpg (456Kb)
This picture has various IPTC fields including Caption (according to Preview.app and Photoshop).
The command I use to get the IPTC Caption is:
Code: Select all
identify -format "%[IPTC:2:120]" has_iptc.jpg
Many thanks,
Mark