Does anyone know if the canvas snapshot can take an image but change all the white spots of an image to transparent?
I tried setting the canvas layer where the snapshot is taking place to transparent at "yes", but it seems when you load the canvas snapshot the image has a black background instead of a transparent one.
Lets say you have a background with rgb values at (255,255,255). So a white background. Is it possible to set pixels with (255,255,255) to transparent? Kinda like a direct conversion. If that makes sense.