EXIF does not report data

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
haiterz

EXIF does not report data

Post by haiterz »

When I try

identify -format "%[exif:*]" aaa.jpg, I get all the exif data.

But when I try

identify -format "%[exif:make]" aaa.jpg, The Make is not reported...

Can someone help me understand why. I am using 6.3.7.Q16

Thanks
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: EXIF does not report data

Post by Bonzo »

How are you using your code e.g. Linux, windows, php ?

Both your examples work for me using Windows XP command prompt and php via XAMPP on the same windows machine. 6.3.5 Q16
haiterz

Re: EXIF does not report data

Post by haiterz »

I am using command line in Windows XP. I also tried Javascript and Vscript: Same result

I also tried different JPG files.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: EXIF does not report data

Post by anthony »

It has also stopped working under the latest linux version too.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EXIF does not report data

Post by magick »

Upgrade to ImageMagick 6.3.8-1, the latest release. The EXIF problem your reported is fixed.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: EXIF does not report data

Post by anthony »

Confirmed that it is now fixed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply