Color Image Quantization in .NET

前端 未结 3 1040
南方客
南方客 2021-01-18 20:48

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

3条回答
  •  北海茫月
    2021-01-18 21:00

    There is an article on msdn called Optimizing Color Quantization for ASP.NET Images that might help you, it has good example code.

提交回复
热议问题