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.
The opacity member is not defined unless the image is an alpha image. Otherwise the opacity member is undefined and might contain any random data.
There is some expectation of slight differences in converting floating point doubles to grayscale on various computer hosts, that is why we introduce a fuzz in this test. We may need to just adjust the fuzz factor unless you can illustrate a bug in the ImageMagick Matlab reader.
magick wrote:The opacity member is not defined unless the image is an alpha image. Otherwise the opacity member is undefined and might contain any random data.
That makes sense.
magick wrote:There is some expectation of slight differences in converting floating point doubles to grayscale on various computer hosts, that is why we introduce a fuzz in this test. We may need to just adjust the fuzz factor unless you can illustrate a bug in the ImageMagick Matlab reader.
Ok, that's understandable. Which fuzz factor are you going to choose?