Clarify readme with command docstrings.

This commit is contained in:
voussoir 2018-06-22 23:19:49 -07:00
parent b0703e7cf8
commit 3730283621

View file

@ -27,9 +27,21 @@ Commands:
update: update:
Download chunks into the database. Download chunks into the database.
> pixelcanvas.py update ~100.~100--100.100
render: render:
Export an image as PNG. 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: So, for example:
> pixelcanvas.py update 0.0--100.100 > pixelcanvas.py update 0.0--100.100