Reading EXIF data does not work

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
haiterz

Reading EXIF data does not work

Post by haiterz »

Except for the %[exif:*] request, many of the other ar not functional. this is true with the latest release and the previous one.

For example, the following will list the ALL exif data: identify -format %[exif:*] bbb.jpg

But identify -format %[exif:*] bbb.jpg does not give any data.

I have tried this with the command line, Jscript and Javascript and with multiple files.

Furthermore, I was unable to get identify -format %[exif:*] bbb.jpg or identify -format %[exif:#010f] bbb.jpg

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

Re: Reading EXIF data does not work

Post by magick »

The problem you reported is fixed in ImageMagick 6.3.8-1 Beta available now with a release scheduled within a week.
haiterz

Re: Reading EXIF data does not work

Post by haiterz »

Thanks, that was a fast reply with good new...
Post Reply