Make sure all steps do indeed produce the desired result! |
||
---|---|---|
app | ||
test | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
package.yaml | ||
palette-rip.cabal | ||
stack.yaml | ||
stack.yaml.lock |
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.