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