Re: PIL GIF transparency

2007-09-24 Thread Gabriel Genellina
En Mon, 24 Sep 2007 21:53:46 -0300, David <[EMAIL PROTECTED]> escribi�: > I have a large number of smallish icons (GIFs with transparency) that > I'd like to tile into a grid in one large GIF image. The background > color of the image should be GIF-transparent. Currently, I can set it > to be wh

PIL GIF transparency

2007-09-24 Thread David
Hello alll, Apologies if this isn't the correct list. I'm getting my feet wet with the Python Imaging Library (PIL) 1.1.6 on Python 2.5.1. I have played around quite a bit with transparent GIFs, and from what I can tell, PIL should support what I want to do - except I can't seem to get it to wor