PImage myImage; //define an image object myImage = loadImage("memorial.jpg"); //load it size(myImage.width,myImage.height); //size it to fit the window image(myImage, 0,0); //display the image for(int y=0; y