Add a visual example

This commit is contained in:
Paul Fitzpatrick
2018-04-27 17:41:13 -04:00
committed by GitHub
parent d713f8e069
commit f0e42b5621

View File

@@ -1,5 +1,13 @@
Putting pictures in animated templates.
Input
-----
![frog](https://user-images.githubusercontent.com/118367/39386221-9780dec0-4a41-11e8-827d-ec30fea33269.jpg)
Calculations
------------
```
docker pull paulfitz/makesweet
docker run -v $PWD:/share paulfitz/makesweet /reanimator \
@@ -7,3 +15,8 @@ docker run -v $PWD:/share paulfitz/makesweet /reanimator \
--in templates/frog.jpg \
--gif animation.gif
```
Output
------
![animation](https://user-images.githubusercontent.com/118367/39386216-8f26a80e-4a41-11e8-8ae0-0d44a5a55af1.gif)