Laura & Edward Cannon wrote:

A quick question, is their a way to get an antialiased line or polygon
in PIL? I draw my shapes just fine, but the edges are jagged. Some
packages I know can antialias to reduce the appearance of
pixelization, is PIL one of those?

there's no built-in support for antialiasing (yet), but the aggdraw bindings for the AGG library work pretty well with PIL:

    http://effbot.org/zone/aggdraw-index.htm

</F>

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to