Hello ! I’m new to processing and I need your help
I need to select pixel’s area from my original image and to transpose it in rectangles.
I learned that -get()( could help me but I do not know where to place it in my code :
PImage photo;
int posX = int(random(0,1920));
int posY = int(random(0,1080));
int sizeH = int(random(0,400));
int sizeL = int(random(0,400));