We are about to switch to a new forum software. Until then we have removed the registration on this forum.
reading all the pixel values one by one and putting them into the pixel array of the PImage?
it'd be nice if one could simply say something like clone(x,y,w,h,newImage);
Answers
https://Processing.org/reference/get_.html
Ah, cool! Didn't know one could use get() like that :D thanks!