gif creator

ccdetail at gmail.com ccdetail at gmail.com
Mon Oct 6 11:18:14 EDT 2008


has anyone written a gif creator program purely in python that doesn't
require PIL or tons of other claptrap?

the GIF89a format is pretty straightforward and C is not required to
create these files.

i didn't want to have to upgrade to a newer release of python, install
a huge bunch of stuff or compile
anything.  and i don't care about other formats or animation or
whatever.  black and white is ok.

i just want to be able to create a gif that's 100x40 (or whatever) and
pass in an array saying
which pixels are black or white.

sounds pretty simple doesn' t it?



More information about the Python-list mailing list