Hi, this is the code we used to generate our poster for a creative coding workshop.
- Make the base image and save it inside the
Main
folder asbase.png
. The default resolution is842x1192px.
- Run the
Main\Main.pde
with processing 3. - It will generate a lot of images with that compose the animation frames. Press
ESC
when you think it is enough. - Move these images from
Main
toFibo
folder. - Configure the
Fibo\Fibo.pde
by changing thetotal
variable to the amount of images you generated in step 3. - Run
Fibo\Fibo.pde
, it will generate new images inside theFibo
folder and will close automatically when it is done. - Now you can move to photoshop and make your own gif.
Cheers ;) @Vamoss and @MarinaAvila