Skip to content

Commit d4ae77f

Browse files
authored
add mention to get_pixels
1 parent 67c61e6 commit d4ae77f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

py5_docs/Reference/api_en/Py5Image_copy.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Copies a region of pixels from one image into another. If the source and destina
2727

2828
This function ignores [](sketch_image_mode).
2929

30+
If you want to create a new image with the contents of a rectangular region of a `Py5Image` object, check out the [](py5image_get_pixels) method, where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image object`.
31+
3032
@@ example
3133
image = Py5Image_copy_0.png
3234

0 commit comments

Comments
 (0)