This small Haskell utility lets you extract dominant colours from a picture.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Etienne Werly fa1286f104 README populated: basic pitch, dependencies, installation and usage.
Make sure all steps do indeed produce the desired result!
3 weeks ago
app First commit 3 weeks ago
test First commit 3 weeks ago
.gitignore First commit 3 weeks ago
CHANGELOG.md First commit 3 weeks ago
LICENSE First commit 3 weeks ago
README.md README populated: basic pitch, dependencies, installation and usage. 3 weeks ago
Setup.hs First commit 3 weeks ago
package.yaml First commit 3 weeks ago
palette-rip.cabal First commit 3 weeks ago
stack.yaml First commit 3 weeks ago
stack.yaml.lock First commit 3 weeks ago

README.md

palette-rip

This small Haskell utility lets you extract dominant colours from a picture.

Dependencies

You need stack in order to build this project.

Installation and usage

Run

stack build

and then

stack run <n> <path/to/picture>

to extract the n dominant colours from the specified picture. They will be displayed with their hex code inside of the terminal.