views:

45

answers:

1

I'm drawing a bunch of lines with the Python Imaging Library's ImageDraw.line(), but they look horrid since I can't find a way to anti-alias them. How can I anti-alias lines in PIL? If PIL can't do it, is there another Python image manipulation library that can?

+1  A: 

aggdraw provides nicer drawing than PIL.

Ned Batchelder
Looks nice, but it isn't packaged for Ubuntu. I kinda need that.
snostorm