We are about to switch to a new forum software. Until then we have removed the registration on this forum.
What I have is
PImage dogMoving;
float dogMovingx, dogMovingy
setup(){
dogMoving = loadImage("dogWalking.gif");
dogMovingx=600;
dogMovingy=300;
}
draw(){
image(dogMoving, dogMovingx, dogMovingy);
}
Answers
https://forum.Processing.org/two/discussion/12737/gifanimation-for-processing-v3
https://forum.Processing.org/two/discussions/tagged/gifanimation
I did the first option but the library does not show up :/