Image transparency

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have a gif that has a white background. Is there anyway that I can say
white is "transparent" so the background color will show through?
 
VB Programmer said:
I have a gif that has a white background. Is there anyway that I can say
white is "transparent" so the background color will show through?

No. There is no transparency in HTML.
 
Yes, but it has nothing to do with ASP.NET. You can use MS Paint program
(comes with every version of Windows) to set white as transparent. Open your
image, then go to Image -> Attributes dialog.

Eliyahu
 
Most image editing tools have an option to set portions of a gif file
transparent. Do you have access to any of these? Photoshop? Otherwise, I've
seen one or two command-line tools that you can use to set a specific colour
(hex val) to transparent.
 
Thanks everyone!

Eliyahu Goldin said:
Yes, but it has nothing to do with ASP.NET. You can use MS Paint program
(comes with every version of Windows) to set white as transparent. Open your
image, then go to Image -> Attributes dialog.

Eliyahu
 
Back
Top