Save cropped .copy() Image to PImage?
in
Programming Questions
•
5 months ago
Hello,
I imagine something like this:
is it possible to save a cropped image into a PImage object.
I tried it with the get() function, but i can't get opacity this way.
I imagine something like this:
- pImage croppedImage = oldImage.copy(0,0,100,100,0,0,100,100)
1