Re: Transparent gif files

1998-06-18 Thread Dustin Lang
Hi, One alternative is to write your own GIF class like I did. :) That's a great solution if you like bit-twiddling :) Some things that may or may not be useful: -The GIF file format specifies the background index (palette entry) in the header. -The Color of the transparent pixels should be 0,

Transparent gif files

1998-06-18 Thread Wim Ceulemans
Hi My question concerns producing transparent gifs thar are transparent on all platforms (linux, win95 and Macintosh). If I print the RGB value in Java of SystemColor.window I get the following values: Linux199,199,199 Win95 255,255,255 First of all the values for Win95 seem not good. Sec