To create transparent GIF file, I use the "netpbm" package in UNIX,
and "Transparency" in Macintosh.
In the netpbm package,
1. giftopnm foo.gif > foo.ppm
2. ppmtogif -transparent #rgb foo.ppm > foo-trans.gif
where '#rgb' indicate the color you make transparent,
e.g. #ffffff (white).
In Transparency, you click the image, selecting the color you make
transparent, and then "Save As GIF89...".
+--------------------------------------------------+
| Fumio HOSONO ( E-mail: hosono@si.gunma-u.ac.jp ) |
| Faculty of Social and Info. Studies, Gunma Univ. |
| [URL] http://www.si.gunma-u.ac.jp/~hosono/ |
+--------------------------------------------------+