Search code examples
processinggif

Processing – What is the fastest way to generate an animated .gif-file out of Processing 2?


i am not shure, if there are many Processing-people inside Stackoverflow, anyway:

What is the fastest way to generate an animated .gif-file out of Processing 2?

Thanks in advance!


Solution

  • You've got a couple of options:

    1. Use the gifAnimation library
    2. Save an image sequence from Processing, then encode a gif with an external tool (like ImageMagick,GIMP, Photoshop, etc.)

    Also check out this answer for more details