problem when using ordered dithering

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
webshaker
Posts: 16
Joined: 2007-07-25T15:42:25-07:00

problem when using ordered dithering

Post by webshaker »

Hi.

I've tryed to reduce the color number of this image
http://www.webshaker.net/apple.png

I used this command
Convert apple.png -ordered-dither o8x8,32,64,32 apple-bayer.png

And finally I obtained this picture
http://www.webshaker.net/apple-bayer.png

It seem's that there is a saturate problem !!!

Etienne.
Jason S
Posts: 103
Joined: 2010-12-14T19:42:12-07:00
Authentication code: 8675308

Re: problem when using ordered dithering

Post by Jason S »

What version of ImageMagick are you using? This bug does exist in old versions, but I can't reproduce it with v6.7.2-4.
Post Reply