0
Answer

Read Image Pixels

Arjun Panwar

Arjun Panwar

13y
1.7k
1
Hi,

Is it possible to read pixels of an image in canvas A and create pixels on canvas B? And I want to create the new pixels on Canvas B only where the image is pixels are green.
Eg. If images' pixel (120,45) is red I need to create a red
colored pixel in Canvas B at (120,45).



Thanks