From 3730283621d94a9a980c9f23438f43e69234c68a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 22 Jun 2018 23:19:49 -0700 Subject: [PATCH] Clarify readme with command docstrings. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2459468..031b22c 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,21 @@ Commands: update: Download chunks into the database. + > pixelcanvas.py update ~100.~100--100.100 + render: Export an image as PNG. + > pixelcanvas.py render 0.0--100.100 + + flags: + --show: + Instead of saving the image, display it on the screen. + https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.show + + --update: + Update the chunks before exporting them. + So, for example: > pixelcanvas.py update 0.0--100.100