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

https://github.com/nekketsuuu/palette-generator

Palette generator for VoxelShop
https://github.com/nekketsuuu/palette-generator

color color-palette dominant-colors voxel

Last synced: 4 months ago
JSON representation

Palette generator for VoxelShop

Awesome Lists containing this project

README

        

Palette generator for VoxelShop

## About

This script extracts dominant colors of a illustration and generates a color palette for [VoxelShop](https://github.com/simlu/voxelshop).

For example, the script generates the following palette from the following icon.

![](https://github.com/nekketsuuu/palette-generator/blob/master/img/nekketsuuu.jpg)

![](https://github.com/nekketsuuu/palette-generator/blob/master/img/palette.png)

## Prerequisites

* cv2
* numpy
* sklearn (for k-means)

## Usage

The following command generates a 10x16 palette `_palette.png`.

```
python main.py
```

## License

[CC-BY 3.0 Unported](https://creativecommons.org/licenses/by/3.0/deed.en)