make images with python

Boris Borcic bborcic at gmail.com
Wed Aug 15 10:01:57 EDT 2007


Lawrence Oluyede wrote:
> stefano <ssalvatori at gmail.com> wrote:
>> I need make some images using python but i'm lost :P
> 
> <http://www.pythonware.com/products/pil/>
> 

If you want to do antialiased drawings into images,
you might rather want to look for pil at

http://effbot.org/downloads/

and grab PIL together with the aggdraw extension
(while "core" PIL includes some drawing primitives,
last time I tried they weren't antialiased).

Best, BB




More information about the Python-list mailing list