18-bit with dithering
Posted: 2014-02-07T12:20:50-07:00
I'm looking to convert an image to 18-bit color (6 bits for R, G, and B each) but would like it to also dither the image so the banding doesn't look as bad. I'd prefer the dithering to not be the basic ordered pattern -- something more like Floyd-Steinberg or one of the others. I've gotten the image to convert to 18-bit (using posterize and threshold), but those create banding in the image. I can't figure out how to do that with a nice dithering algorithm too. I'm sure they has to be a way, I just haven't figured it out yet. Any ideas? Thanks.