color pix[][]; PImage p; void setup() { int i; size(1200, 800); background(0); p=loadImage("http://marvin.cs.uidaho.edu/Pics/kat.png"); pix = new color [p.width][p.height]; // get picture from PImage into pix i = 0; for (int y=0; y