Is there a way to use a grayscale or bitmap image as an alpha channel in HTML, and not save it as a transparent PNG?
I have about 12 variations of transparency templates that I need to apply to about 200 images. I do not want to make 2400 images for every possible combination. I would say: "Use this image for transparency in this image."
This should not be compatible with older browsers, as it will be used for internal use. Can HTML5 do this?
source share