I am using ImageEn to replace out the old image library called Envision. What I am struck with is the ability to convert 24bit color to 16/256 colors with dithering applied. I tried ConvertTo() procedure and pass ieOrdered dithering method. It does not seem to do anything. Any help is appreciated.
PS: I've attached the sample 16-color dithered bmp file.
Sorry, I was not being clear. That was the sample of the dithered image that I wanted to achieve. The new attached image is the one from ImageEn library.
Thanks for the attached sample. It does not seem to to have dithering process applied, though. With dithering, the gradient would look smoother. I am just trying to find out why ConvertTo() does not process the dithering as intended. Or does dithering only applies to B/W?