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