🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

color quantization

Started by
-1 comments, last by GameDev.net 24 years, 8 months ago
Hi. I'm looking for code to implement an ordered-dithering
algorithm for a 24-bit to 16-bit color image conversion.

I've read that ordered dithering is better for animation images
becauses it doesn't make the pixels jump around between frames,
like the other algorithms do.

Anybody have it and use it?

Frasier

This topic is closed to new replies.

Advertisement