images/huepaper_2.png
This commit is contained in:
parent
0302c8ad7e
commit
99b4fc4040
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
(`-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
|
||||
|
||||

|
||||

|
||||
|
||||
`huepaper.py -p`
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
`/huepaper.py -p -c lightgreen`
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue