I would like to make a JPEG image file with some pixels that are partially transparent or fully transparent, similar to a PNG file with an alpha channel. Is this possible? If so, how would I go about doing this?
I would like to use the image on a website. If I try to do this, would it work in any or all of the currently popular browsers? Assuming it is possible, will it just work, or are there any tricks or hacks required to make it work?
EDIT: I found this page describing a JPEG image with transparency. Does anyone know if there's a convenient way to produce files in this format? Is it widely supported?