[Image-SIG] AGG-based drawing for PIL

Bill Janssen janssen at parc.com
Wed Oct 26 20:11:14 CEST 2005


> aggdraw in itself is cross-platform.  if you're not on Windows, or prefer
> to write portable code, you can either use tostring() or PIL to transfer
> the images from aggdraw's internal buffer to the format used by the UI
> toolkit you're using.

Or you could try using pycairo (http://cairographics.org/pycairo)
instead, a portable imaging solution.  Fredrik, are you using
Cairo under WCK?

Cairo interests me because it has the ability to exploit hardware
acceleration on all the major OS platforms.

Bill


More information about the Image-SIG mailing list