Monthly Archive: January 2009

Jan
21

Converting Transparent GIF to PNG by using pyPIL

1

To modify GIF89a files in PIL (Python Imaging Library) is a bit tricky. Unlike GIF87a, GIF89a supported animation as well as transparent background, however, PIL only support “read” mode of GIF89a. Thus, when there is a need to modify GIF89a file, all the information (e.g. alpha channel) will not be maintained as PIL will save …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=66