write a bitmap using python

Gary Herron gherron at islandtraining.com
Sat Jun 5 04:35:37 EDT 2004


On Saturday 05 June 2004 12:58 am, lyuan wrote:
> Hi,
> 	How can I write a bitmap using python? I have some integer data and
> want to generate a bitmap graph for visualization.  Any suggestion will
> be appreciated.
> 	Sorry if this is an FAQ, BTW, where can I find the FAQ of this list?
>
> thanks
> Lihua

The Python Image Library (PIL) is probably what you want:

  http://www.pythonware.com/products/pil/

Gary Herron






More information about the Python-list mailing list