[Image-SIG] Using ImageDraw text

Jeffrey Kunce kuncej@mail.conservation.state.mo.us
Fri, 28 Jul 2000 12:04:23 -0500


>I am trying to use the PIL to create dynamic pie charts.  Got the =
pieslices
>displayed just fine, but am having a bear of a time getting the text =
labels
>to display...

This is not a direct answer, but I suggest you look at PIDDLE
    http://piddle.sourceforge.net/=20
It's a python module for creating two-dimensional graphics in a manner =
that is=20
both cross-platform and cross-media. PIL is supported as a target.

Even if you don't want to use PIDDLE itself, you can look at the code to =
see=20
how it renders text with PIL.

  --Jeff