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...