An open API service indexing awesome lists of open source software.

https://github.com/xanderlewis/colour-palettes

Generate colour palettes from an image. 🎨
https://github.com/xanderlewis/colour-palettes

colour palettes

Last synced: 3 months ago
JSON representation

Generate colour palettes from an image. 🎨

Awesome Lists containing this project

README

          

# Generate colour palettes from images.
### Just supply an image, and get a custom set of colours generated from the colours in the image.

![](screenshots/screenshot1.png)
![](screenshots/screenshot2.png)

Currently, *colour-palettes* uses a simple k-means clustering algorithm and calculates the mean colour of each cluster in order to produce a palette. This may change in the future as I tweak the algorithm and possibly introduce additional user controls.