[Zope] Re: Dynamically generating text graphics in Zope
Hamish Lawson
hamish_lawson@yahoo.co.uk
Tue, 21 Aug 2001 17:21:35 -0000
Anders Schneiderman wrote:
> I'm trying to create a site for our intranet that will create text
> graphics
PIL has been suggested by a number of people. You may also want to
check out the experimental TrueType facilities for PIL:
http://w1.132.telia.com/~u13212494/pil/
Alternatively PyFT is a wrapper for the FreeType library (the free
implementation of TrueType) and can be used with PIL:
http://starship.python.net/crew/kernr/Projects.html
Hamish Lawson