I need to reduce the number of colors in images and then dither them so there is no banding. Does GdPicture support the Floyd Steinberg dithering method? I know there is a bitonal method FxBlackNWhite that does, but I need to retain the colors. Here are my basic requirements:
1. Convert incoming color images to RGB565.
2. Remove/reduce banding caused by the color reduction.
3. Save as the images as PNG files.
I have attached an example image I have been working with that I have been attempting to convert to RGB565 and then remove the banding. Note the image prior to conversion already has some light banding. The goal is to greatly reduce or remove the banding all together.
Any help or suggestions would be greatly appreciated.
