Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 498 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 498 Bytes

Getting Started

To make your own gif, first pull DiffusionReaction from git. Then, set up the dependencies by running

pip install -r requirements.txt

Finally, run the program by typing

python rd_image.py -f path/to/image.png

into your terminal. This will produce a file named output.gif in the same directory.

To see a list of options that can be tweaked to generate different images, try doing:

python rd_image.py --help

Examples