G
Guest
So far i've not had much luck with this method.
Bitmap.MakeTransparent(someColor);
Makes the transparent colour either a non-transparent black (.bmp, jpg or .gif) or silver (.png) i've tried another solution with system.drawing making the selected color have a zero alpha setting (in the palette) but when the image is re-uploaded (saved as .gif) it shows no transparency.
Does anyone else have any experience in doing this in ASP.NET, if so what are the best solutions?
Any help would be muchly appreciated.
jax
Bitmap.MakeTransparent(someColor);
Makes the transparent colour either a non-transparent black (.bmp, jpg or .gif) or silver (.png) i've tried another solution with system.drawing making the selected color have a zero alpha setting (in the palette) but when the image is re-uploaded (saved as .gif) it shows no transparency.
Does anyone else have any experience in doing this in ASP.NET, if so what are the best solutions?
Any help would be muchly appreciated.
jax