//by luis blackaller PImage pic1; int halfImage; int i = 1, j,k; float var = 0; int imgCenter, imgNorth, imgSouth, imgWest, imgEast; boolean vuelta = true; int voltear=1; color[] temp ; void setup() { size(200,200); halfImage = width*height/4; j = i+2*width; k = i+4*width; imgCenter= (width*height-width)/2 -1; pic1 = loadImage("imageTest_7.tga"); image(pic1, 0, 0,width,height); temp = new color[width*height]; for(int i=0;i