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