diff --git a/README.md b/README.md index f5a14be..7dcab91 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Animates a long screenshot into a GIF. Use it to show off long screenshots in yo ![](https://user-images.githubusercontent.com/35666548/41495994-7669ccc8-70e9-11e8-80d4-3253cd0fa963.gif) -```Usage: +``` +Usage: --h: Window height (default: '0') (an integer) @@ -22,3 +23,6 @@ Animates a long screenshot into a GIF. Use it to show off long screenshots in yo (default: '0.3') (a number) ``` + +The anishot in this README was generated by: +``python3 anishot.py --in=screenshot.png --h=500 --stops=277,562 --out=anishot.gif --zoom=3 --zoom_frac=.5``