I want to reduce the number of unique colors of a bitmap in c#.
The reason I want to do this is that an image which is initially created with three color but due to
There is an article on msdn called Optimizing Color Quantization for ASP.NET Images that might help you, it has good example code.