Update readme

This commit is contained in:
mattmcw 2021-03-17 11:35:59 -04:00
parent d287894096
commit efada52200
1 changed files with 2 additions and 0 deletions

View File

@ -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