How can I read pixel data from an image?
-
I created an image and drew some graphics by changing the drawing target by setDrawTarget() function.
Now I want to read pixel data (R,G,B,A) at a certain position of the image.
How can I do it? -
Hi @Minatsu, a
getPixel()
function is going to be included in a future update. Currently you cannot do this. Very sorry to disappoint! -
Thank you Dave.
I'm looking forward to the update! (^^) -
I am also waiting for this feature.
It would also be great if there was some method of exchanging images (except for the clipboard) created in the code using uploadImage() between projects.