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 -intensity setting appears to have no effect on the result of applying some of the operators they are said to affect, for example the -white-threshold operator:
The resulting images appear to be the same (not just their means) but I was expecting them to be different because one uses -intensity rec709lumINANCE while the other uses nonlinear rec709lumA.
Is this a bug?
ImageMagick 6.8.7-0 2013-09-30 Q16 DPC HDRI Cygwin under Win7 64bit
Last edited by Dabrosny on 2013-11-01T15:19:43-07:00, edited 2 times in total.
-Dabrosny [Using IM7.0.6 or higher, Q16 HDRI x64 native executable, command line, often invoked from cygwin bash/sh (as of Aug. 2017)]
I believe that currently the way that -intensity rec709luminance works with function other than -colorspace gray, is that it needs to be preceded by -colorspace RGB. The conversion to gamma=1 is not automatic as it is with -intensity rec709luminance -colorspace gray.