/gif

A simple workflow for creating animated GIF files from image sequences rendered in Blender.

Primary LanguageMakefile

GIF

A simple workflow for creating animated GIF files from image sequences rendered in Blender.

make deps scrape run play

Example

  • deps installs ImageMagick.
  • scrape moves /tmp/*.png files to the ./images directory.
  • run creates an animated out.gif file.
  • play opens and plays out.gif

You may want to adjust the settings in the makefile to match your desired framerate. The default framerate is 24fps.