README populated: basic pitch, dependencies, installation and usage.

Make sure all steps do indeed produce the desired result!
This commit is contained in:
Etienne Werly 2023-05-12 21:42:50 +02:00
parent c30fa08053
commit fa1286f104
1 changed files with 19 additions and 0 deletions

View File

@ -1 +1,20 @@
# palette-rip
This small Haskell utility lets you extract dominant colours from a picture.
## Dependencies
You need [stack](https://docs.haskellstack.org/en/stable/) 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.