File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ quickly.
1010Original details are at http://www.sublimetext.com/~jps/animated_gifs_the_hard_way.html
1111
1212## Getting Started (Compiling the Example)
13- {{{
13+ ```
1414virtualenv --distribute venv
1515source venv/bin/activate
1616sudo apt-get install pngcrush python-opencv python-numpy python-scipy
1717python anim_encoder.py example
1818firefox example.html
19- }}}
19+ ```
2020
2121
2222## Capturing your own images
2323Images will be saved to capture, you simply need to run capture.py and then go about your task.
2424Note you can just delete frames you don't want as you initially set up, should save you some
2525time. Then to run the program just go
2626
27- {{{
27+ ```
2828python capture.py
29- }}}
29+ ```
3030
3131If you need to change any settings it should be pretty simple just jump over to config.py
3232and edit the configuration options.
You can’t perform that action at this time.
0 commit comments