As a musician, I wanted to try to make more minimalistic cover art for my music.
I've also started a football/soccer blog with some of my friends, and I wanted to be able to generate new images of gameplay to look unique and generate more interest in our articles.
It currently takes in an image file, a number of clusters, and a threshold of change in centroid locations, and performs K-Means clustering on the color values (RGB) of each pixel to generate a new image.
Examples coming soon.
- Improve documentation.
- Add support for changing the colors from the generated cluster colors.
- Make a web version of this.