Honestly? No. Instead, use saveFrame() a bunch of times to make the individual frames using Processing, then stitch them together with a gif-making program.
You might be able to use exec() to run your gif-maker program from Processing if you really, really have to...
Answers
Honestly? No. Instead, use saveFrame() a bunch of times to make the individual frames using Processing, then stitch them together with a gif-making program.
You might be able to use exec() to run your gif-maker program from Processing if you really, really have to...
Oke, thanks!
There is this - http://www.java2s.com/Code/Java/2D-Graphics-GUI/AnimatedGifEncoder.htm , but it isn't easy at all.
Possibly relevant -- I haven't tried it myself:
https://stackoverflow.com/questions/22124039/exporting-a-gif-from-a-processing-sketch-w-gif-animation-library