Bad exif codes
Posted: 2008-01-15T04:00:43-07:00
Hello,
There are errors in the Exif table (property.c)
should be
Please look at http://exif.photofb.com/jpeg-exif-description.php?R if you need to check that point.
Thanks for the correction...
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" },
Code: Select all
{ 0x9216, "exif:TIFF/EPStandardID" },
{ 0xa302, "exif:CFAPattern" },
...
{ 0xa216, "exif:TIFF-EPStandardID" },
{ 0x828e, "exif:CFAPattern2" },
Thanks for the correction...