I need to use png to get a good quality image, or should i stick with gif?
JasonHamilton
8:33 pm on Aug 17, 2004 (gmt 0)
Just as long as you don't need transparacy - because msie doesn't render it properly.
Farix
10:42 pm on Aug 17, 2004 (gmt 0)
1-bit transparency, such as found in GIF, is supported by IE. It is the 8-bit "alpha-channel" transparency that IE doesn't directly support without the use of a filter.
Adrian2k4
6:07 pm on Aug 23, 2004 (gmt 0)
if you need 8bit alfa transparency in png to work with ie - try using 1bit transparency and dithering.
drbrain
6:11 pm on Aug 23, 2004 (gmt 0)
A PNG has the same level of quality in less space than most GIFs.
PNG can support more detail than GIF, with things like 64 bit RGBA color spaces (48 bit RGB) and so forth.