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? -- http://mail.python.org/mailman/listinfo/python-list