I would like to transform one image into another by copying the pixels from pixel array to pixel array. This works just fine, but I would like to be able to see this happening. Right now I just see the end result after a while. So, how can I do some sort of an updatePixels() inside the draw() loop?