The best way to reduce quantity of colors in bitmap palette

前端 未结 1 1774
野的像风
野的像风 2020-12-16 08:18

I have a bitmap which contains a lot of different colors. But I need to make a scheme from this image with 40 colors or less. That\'s why I need method to reduce quantity of

相关标签:
1条回答
  • 2020-12-16 08:45

    A great app with source code in C# is available here. It implements 8 algorithms and has tons of options.

    0 讨论(0)
提交回复
热议问题