color pix[][]; void setup() { PImage p; int i; // create window size(800, 800); colorMode(RGB); // load image p = loadImage("http://marvin.cs.uidaho.edu/Pics/kat.png"); // grab pixels from PImage pix = new color[p.width][p.height]; i = 0; for (int y=0; y