color-theme 0.1.0

A CLI tool to extract a colour 'palette' and theme color from an image.
Documentation
1
2
3
4
5
6
7
8
9
# What is it?

## Binary

A CLI tool, written in Rust, to extract a colour 'palette' and theme colour from an image.

## Library

Provides the [median cut](https://en.wikipedia.org/wiki/Median_cut) colour quantisation algorithm.

# Usage

```colour_theme <FILENAME> <PALETTE COLOUR COUNT (1-255, optional)>  <BRIGHTNESS (0-255, optional)>```