From 99b4fc4040a7e87dc1504f1687829f2b6b8aedd4 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Fri, 8 May 2020 23:22:04 +0200 Subject: [PATCH] images/huepaper_2.png --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d51d67d..83cc43d 100644 --- a/README.md +++ b/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`](./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