This small Haskell utility lets you extract dominant colours from a picture.
Go to file
Etienne Werly fa1286f104 README populated: basic pitch, dependencies, installation and usage.
Make sure all steps do indeed produce the desired result!
2023-05-12 21:42:50 +02:00
app First commit 2023-05-12 21:38:31 +02:00
test First commit 2023-05-12 21:38:31 +02:00
.gitignore First commit 2023-05-12 21:38:31 +02:00
CHANGELOG.md First commit 2023-05-12 21:38:31 +02:00
LICENSE First commit 2023-05-12 21:38:31 +02:00
README.md README populated: basic pitch, dependencies, installation and usage. 2023-05-12 21:42:50 +02:00
Setup.hs First commit 2023-05-12 21:38:31 +02:00
package.yaml First commit 2023-05-12 21:38:31 +02:00
palette-rip.cabal First commit 2023-05-12 21:38:31 +02:00
stack.yaml First commit 2023-05-12 21:38:31 +02:00
stack.yaml.lock First commit 2023-05-12 21:38:31 +02:00

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.