pixel_art
(convert image to pixel art)
desired number of colors, size, original_image -> pixel art
- resize image using nearest neighbor
- reduce colors with low pixel count (<
X
% of pixels) - while desired number of colors < number of colors
- reduce similar adjacent colors
- reduce similar non-adjacent colors
- Dither