From efada52200272ecbc6141968aa765756019e0396 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 17 Mar 2021 11:35:59 -0400 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89fcf93..02aeef6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ bash stipple_gen.sh --display true --inputImage myImage.jpg --outputImage myStip This will take your original image `myImage.jpg` and run it through the stippling process using the default variables for everything and output two files for you: `myStippledImage.jpg` and `myStippledDrawing.svg`, the latter of which you can use on your plotter. +The `--display true` arguments will show the progress of the script in the main window, which the default. Run it headless with `--display false`. + Other variables: ```java