Drawing with python.

moma moma at example.net
Mon Jun 28 16:00:01 EDT 2004


aleator wrote:
> Hello.
> 
> What is the recommendable means of producing
> bitmaps with python. Basic primitives I need
> are polygons, antialiased lines and ellipses.
> 
> I have tried, so far, GD-module (Very slow) and
> Pygame(Antialiased lines are ugly, pixelated).
> 
> I do not necessarily need to produce bitmaps, any image
> that is good for wxpython application and WWW is good 
> enough.
> 
>  - Ville Tirronen

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




More information about the Python-list mailing list