Cool!
Show HN: Pixel Art Generator Using Genetic Algorithm
11–16 of 16 posts
Re: Show HN: Pixel Art Generator Using Genetic Algorithm
#12Pixel art isn't just bucketing a higher resolution image into a lower resolution. If you're going to use that term, you should probably have at least a basic understanding of the medium.
Re: Show HN: Pixel Art Generator Using Genetic Algorithm
#13Pixel art isn't just bucketing a higher resolution image into a lower resolution. If you're going to use that term, you should probably have at least a basic understanding of the medium.
This. I wasn't expecting much, having tried similar claiming algorithms and been disappointing. But even among those, the example image used here looks barely better than downscale and posterize
Re: Show HN: Pixel Art Generator Using Genetic Algorithm
#14How do you think your example would compare against a simple lowpass + downsampling? I think for most complicated pixel art, "reimagining" the image is necessary to keep it visually appealing and discernible at low-res, like in the examples here: https://en.wikipedia.org/wiki/Pixel_art
Lowpass filtering with downsampling is definitely a more efficient way to simplify images compared to my approach. This project is an experimental demo of a genetic algorithm evolving random pixel patterns to approximate a target image.
I agree that true pixel art often requires artistic "reimagining" to stay visually appealing. Thanks for your feedback!