tags:

views:

50

answers:

1

Im looking for a library/snippet to write image files (bmp) to disk. PIL site says it doesnt work for 3.1

At the moment im writing a html file which uses javascript canvas to display result...

+1  A: 

PIL 1.1.7 should support Python 3, so you might try to use their current snapshot and use 1.1.7 once it is released. AFAIK they are quite close to release right now.

PS: There even seems to be some 1.1.7 tarball available already.

Michal Čihař
I'll wait for now then. Found a few routines to write 24bit BMP files in other languages, will try to copy in python.
tm1rbrt