images/huepaper_2.png

This commit is contained in:
Denis Lehmann 2020-05-08 23:22:04 +02:00
parent 0302c8ad7e
commit 99b4fc4040

View File

@ -63,9 +63,21 @@ Install the python requirements with `pip install -r requirements.txt`.
All image operations are called in order of the help file. E.g. pixelate All image operations are called in order of the help file. E.g. pixelate
(`-P`) is called after adding lines (`-l`). (`-P`) is called after adding lines (`-l`).
Valid color expressions are e.g. `#F5F5DC`, `#0f0`, `red`.
Make sure, that colors beginning with a `#` are encapsulated in quotes (`"`).
All supported color names can be seen [here](https://www.w3schools.com/colors/colors_names.asp).
## Examples ## Examples
![`huepaper.py -p`](./images/huepaper_1.png) ![Huepaper 1](./images/huepaper_1.png)
`huepaper.py -p`
---
![Huepaper 1](./images/huepaper_2.png)
`/huepaper.py -p -c lightgreen`
## Acknowledgements ## Acknowledgements