Clarify readme with command docstrings.

master
voussoir 2018-06-22 23:19:49 -07:00
parent b0703e7cf8
commit 3730283621
1 changed files with 12 additions and 0 deletions

View File

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