Is there a way to overlay an image (jpeg) while keying out a certain color, like black? So that the all the pure black pixels in the image are transparent? Much like the "screen" blending mode in Photoshop?
I've tried looking into the globalCompositeOperation
property of the canvas context, but nothing seems to do the trick.
Thanks!