possible bugs -statistic IM 6.6.8.6 Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bugs -statistic IM 6.6.8.6 Q16

Post by fmw42 »

M 6.6.8.6 Q16 Mac OSX Tiger

There are several problems:

1) The documentation on the options page says

-statistic type value

but it should really be

-statistic type WidthxHeight

I can change that if you want?


2) You don't define the option "Nonpeak". What does that do? If you tell me, I can change the documents, if you want.

3) Min and Max produce the same result on my test and give a compare of 0

4) Mean and Median produce the same results on my test and give a compare of 0

Test image zelda3.png and WidthxHeight=9x9 also WidthxHeight=3x3

Image


Fred
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bugs -statistic IM 6.6.8.6 Q16

Post by magick »

We can reproduce the problem you posted and will have a patch in ImageMagick 6.6.8-7 Beta by sometime tomorrow. Thanks.

Nonpeak is one off from the peak color in the neighborhood. It is typically used for noise reduction.
Post Reply