You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dst: Py5Image = None - existing Py5Image object to put the image data into
13
+
dst: Py5Image | None = None - existing Py5Image object to put the image data into
14
14
15
15
@@ description
16
16
Convert a numpy array into a Py5Image object. The numpy array must have 3 dimensions and the array's `dtype` must be `np.uint8`. The size of `array`'s first and second dimensions will be the image's height and width, respectively. The third dimension is for the array's color channels.
0 commit comments