possible bug in verbose info IM 6.4.3-6

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 bug in verbose info IM 6.4.3-6

Post by fmw42 »

IM 6.4.3-6 Q16 Mac OSX Tiger

Seems like identify -vebose is displaying some strange (backwards) information about min/max values when transparency is enabled. That is, min is larger than max.


From image.png at viewtopic.php?f=1&t=12015

When I do:

identify -verbose image.png

...
Colorspace: Gray
Depth: 16/8-bit
Channel depth:
gray: 1-bit
alpha: 8-bit
Channel statistics:
gray:
min: 0 (0)
max: 0 (0)
mean: 0 (0)
standard deviation: -0 (-0)
alpha:
min: 255 (1)
max: 0 (0)

mean: 55.0361 (0.215828)
standard deviation: 103.896 (0.407436)


I suspect this is a carryover from using opacity. But it seems for reporting alpha values, that the min and max are backwards.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug in verbose info IM 6.4.3-6

Post by magick »

We have a patch for the problem you reported in the Subversion trunk. Look for a new point release with the patch within a week or two. Thanks.
Post Reply