Page 1 of 1

Bad exif codes

Posted: 2008-01-15T04:00:43-07:00
by mootools
Hello,

There are errors in the Exif table (property.c)

Code: Select all

      {  0x9216, "exif:TIFF/EPStandardID" },
      {  0xa302, "exif:CFAPattern" },
...
      {  0xa216, "exif:TIFF/EPStandardID" },
      {  0x828e, "exif:CFAPattern" },
should be

Code: Select all

      {  0x9216, "exif:TIFF/EPStandardID" },
      {  0xa302, "exif:CFAPattern" },
...
      {  0xa216, "exif:TIFF-EPStandardID" },
      {  0x828e, "exif:CFAPattern2" },
Please look at http://exif.photofb.com/jpeg-exif-description.php?R if you need to check that point.

Thanks for the correction...

Re: Bad exif codes

Posted: 2008-01-15T07:19:58-07:00
by magick
We have a patch in ImageMagick 6.3.8-0 Beta to fix the problems you posted. 6.3.8-0 will be available sometime tomorrow.