hello !
I just want to get a function that can copy a part of an image (image_src) from point x1, y1 (width, height of the part are known) to another image (image_dest) at point x2, y2 (width and height of this destination image are known).
like GpBitBlt does from a source image to screen, but...