Skip to content

Generate color scheme from image, based on k-means algorithm.

Notifications You must be signed in to change notification settings

ElvishScout/color-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Scheme Generator

About

This is a command line tool for generating color schemes from a given image.

Installation

Xmake is recommended for building this project. Alternatively you may use any other tool you like.

Usage

Usage: color-scheme [OPTION] FILE
Generate color scheme from image, based on k-means algorithm.

Options:
  -h, --help    display this help and exit
  -c, --color   enable colorful printing
  --sample      sample size
  --cluster     number of clusters for k-means algorithm
  --seed        RNG seed, negative for random seed

About

Generate color scheme from image, based on k-means algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages