Hi,
how do I copy and resize a part of an image to another Image?
I would like to do the same the copy() function does:
copy(src, sx, sy, sw, sh, dx, dy, dw, dh)
But the result should end up in an PImage, not on the screen.
Thanks lot Robert
1