Page 1 of 1

EXIF does not report data

Posted: 2008-01-17T09:25:43-07:00
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

Re: EXIF does not report data

Posted: 2008-01-17T11:43:13-07:00
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

Re: EXIF does not report data

Posted: 2008-01-17T12:06:08-07:00
by haiterz
I am using command line in Windows XP. I also tried Javascript and Vscript: Same result

I also tried different JPG files.

Re: EXIF does not report data

Posted: 2008-01-23T02:55:56-07:00
by anthony
It has also stopped working under the latest linux version too.

Re: EXIF does not report data

Posted: 2008-01-23T08:47:24-07:00
by magick
Upgrade to ImageMagick 6.3.8-1, the latest release. The EXIF problem your reported is fixed.

Re: EXIF does not report data

Posted: 2008-01-23T18:33:17-07:00
by anthony
Confirmed that it is now fixed.