possible bug -posterize with dither IM 6.8.1.10 Q16
Posted: 2013-01-20T17:10:34-07:00
IM 6.8.1.10 Q16 Mac OSX Snow Leopard.
Using the example colorwheel.png image at http://www.imagemagick.org/Usage/quantize/#posterize, I see no difference with dither on or off with these commands
convert colorwheel.png +dither -posterize 3 show:
convert colorwheel.png -dither Riemersma -posterize 3 show:
convert colorwheel.png -dither FloydSteinberg -posterize 3 show:
convert colorwheel.png -posterize 3 show:
Is this a bug or am I missing something?
Using the example colorwheel.png image at http://www.imagemagick.org/Usage/quantize/#posterize, I see no difference with dither on or off with these commands
convert colorwheel.png +dither -posterize 3 show:
convert colorwheel.png -dither Riemersma -posterize 3 show:
convert colorwheel.png -dither FloydSteinberg -posterize 3 show:
convert colorwheel.png -posterize 3 show:
Is this a bug or am I missing something?