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

https://github.com/thimc/palette

non-interactive cli tool that extracts colors from images
https://github.com/thimc/palette

Last synced: 8 months ago
JSON representation

non-interactive cli tool that extracts colors from images

Awesome Lists containing this project

README

          

# palette

Simple color extractor CLI tool that either reads from standard input, or from a
file passed as an argument and dumps the colors in hexadecimal values.

The colors are sorted by their occurrence and printed out to the console with a
`#RRGGBB` format.

## Example usage

./palette /path/to/my/image.png

./palette