Writing Animated GIFs from Projects

Basic Usage

The -g/--gif flag to bp renders a Project as an animated GIF by temporarily replacing the driver in the project with a GifWriter driver.

Examples:

Advanced Usage

You can put a GifWriter driver in your code for more control over the output.

This would render the project to a file called lovely-gif.gif, twice real-time speed, square pixels of width 5, padded with 2 pixels of dark grey background.

You can see all the GifWriter options here and also here.