Image in for loop not showing

possibly only a wording thing, but NO
draw show the image NOT LOAD
as i say, one line in draw
( ok, if picture size is different the background would be ugly so could do a

void draw () {
  background(200,200,0);
  image(img, 0, 0);
}

your

image(img, 0, 0, 280, 280);

might damage the aspect ratio??

1 Like