reduce color and dithering
Posted: 2011-08-24T06:44:40-07:00
Hi.
I'd like to reduce a png to a RGB565 bitmap.
I do not find how to do that so, I decided to reduce it with a -color parameter to RGB555
convert src.png -depth 5 dst.png
But the quality was not very good, so I tried to add a Floyd dithering
convert src.png -depth 5 -dither FloydSteinberg dst.png
But it seem's taht there is not quality improvement !
Does -dither can work with -color parameter ?
Thank's
Etienne
I'd like to reduce a png to a RGB565 bitmap.
I do not find how to do that so, I decided to reduce it with a -color parameter to RGB555
convert src.png -depth 5 dst.png
But the quality was not very good, so I tried to add a Floyd dithering
convert src.png -depth 5 -dither FloydSteinberg dst.png
But it seem's taht there is not quality improvement !
Does -dither can work with -color parameter ?
Thank's
Etienne