Property exif table size can be reduced!
Posted: 2008-01-14T06:58:02-07:00
Hello,
The exif TagInfo table in property.c contains duplicated elements:
As you can see the 3 first values are repeated just below and can be removed...
This is not a bug, just a minor overload!
The exif TagInfo table in property.c contains duplicated elements:
Code: Select all
{ 0x828d, "exif:CFARepeatPatternDim" },
{ 0x828e, "exif:CFAPattern" },
{ 0x828f, "exif:BatteryLevel" },
{ 0x828d, "exif:CFARepeatPatternDim" },
{ 0x828e, "exif:CFAPattern" },
{ 0x828f, "exif:BatteryLevel" },
{ 0x8298, "exif:Copyright" },
{ 0x829a, "exif:ExposureTime" },
This is not a bug, just a minor overload!