Page 1 of 1

Property exif table size can be reduced!

Posted: 2008-01-14T06:58:02-07:00
by mootools
Hello,

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" },
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!

Re: Property exif table size can be reduced!

Posted: 2008-01-14T07:21:41-07:00
by magick
We have a patch in ImageMagick 6.3.8-0 Beta for the problem you reported. It will be available sometime tomorrow. Thanks.