Since upgrading to Processing 2, I have noticed that copy() seems to be really stubborn about working or not.
In several different sketches I have tried using it to copy a section from one image and draw to the main window and it doesn't copy anything.
For example I have 8 images and I want a strip from each, in one sketch it is working OK but in another it is not, copying nothing or occasionally just one strip?!
It seems to be better if it is in a separate function to draw() and using OPENGL renderer.
Has anyone else noticed this or am I going mad?
Cheers
1