减少图像颜色数量
Simplify RGB channel levels to create a limited-palette PNG.
How to use
- 请选择图像。
- Set the target color count between 8 and 256.
- Press the button to save the simplified PNG.
Use cases
Useful for checking game-resource palette mood, prototyping retro styles, and reducing color complexity.
Limitations
This is a fast method that reduces RGB channels to uniform levels rather than computing an optimal palette. The requested count may not exactly match the final number of unique colors.
FAQ
Gradients look banded.
Banding is expected when reducing colors. Increase the target color count for smoother results.