PImage img; int s = 10; void setup() { img = loadImage("baby.jpg"); size(img.width, img.height); img.loadPixels(); for (int y=0; y