Reducir colores de la imagen

Simplify RGB channel levels to create a limited-palette PNG.

How to use

  1. Selecciona una imagen.
  2. Set the target color count between 8 and 256.
  3. 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.

Related tools