/** * megaboring roberttwomey * */ PImage a, brush, maskimg, masked; int x, y, mix; void setup() { size(screen.width, screen.height); noStroke(); background(0); smooth(); x=0; y=0; mix=32; a = loadImage("six.jpg"); a.resize(width, height); maskimg = createImage(width, height, ALPHA); for(int i=0;i