EXIF / IPTC problems with identify.exe

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
zikarl

EXIF / IPTC problems with identify.exe

Post by zikarl »

Hi,
in version 6.2.6-5 (Windows) the extraction of EXIF- and IPTC fields works as expected,
e.g:
identify -format "%[EXIF:make]" xyz.jpg ('EXIF' can be written in lower- or upper case]
identify -format "%[IPTC:2:120]" xyz.jpg ('IPTC' works only in upper case)

but after upgrade to 6.3.3-1 something has changed (same file as above):

EXIF works only in lower case: identify -format "%[exif:make]" xyz.jpg
IPTC extraction return no results - neither when written in upper nor in lower case !

Best regards, Karl
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXIF / IPTC problems with identify.exe

Post by magick »

We tried
  • identify -format "%[EXIF:make]" amsterdam.jpg
with ImageMagick 6.3.3.1 under Windows and it worked fine (returns Olympus). For IPTC, post a URL to your image so we can reproduce the problem (IPTC works for us).
zikarl

Re: EXIF / IPTC problems with identify.exe

Post by zikarl »

Hi,
please see the 3 Photos on this Link: picasaweb.google.at/zbumsti.

Shot with a KonicaMinolta A2, size reduced by ACDSee to 800x600

They 3 Photos contains: EXIF Data only, EXIF+IPTC created by Adobe Bridge and EXIF+IPTC created by Microsoft PhotoInfo.

The EXIF data(EXIF:make), the title (= object name, IPTC:2:05) and description (= caption, IPTC:2:05) can be displayed correctly with: Adobe Bridge, and Photoshop, ACDSee, XnView, Microsoft PhotoInfo and ExifUtils.....

But only ImageMagick's Identify V6.2.6 show the IPTC data, not V6.3.1 and the last Version 6.3.3 !

Normally I use a german Windows XP, but to avoid any confusion I installed a new plain englisch XP + SP2 on a test-system. No additional programs or drivers were installed, only ImageMagick - problems still there.

Best regards, Karl
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXIF / IPTC problems with identify.exe

Post by magick »

When we download your images, they are only about 14000 bytes long and do not appear to have either a EXIF or IPTC profile.
zikarl

Re: EXIF / IPTC problems with identify.exe

Post by zikarl »

Hi,
don't use the internal function of the IE for download, instead click on the picture-preview and use the link on the right side panel, possible in german language, its called 'Foto herunterladen' (Download Photo).

Karl
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXIF / IPTC problems with identify.exe

Post by magick »

We can reproduce the problem you posted and will have a fix in ImageMagick 6.3.3-2 Beta within a day or two. Thanks.
Post Reply