How to convert (unicode) text to image?

Benjamin Kaplan benjamin.kaplan at case.edu
Fri Aug 27 20:34:54 EDT 2010


On Fri, Aug 27, 2010 at 8:01 PM, kj <no.email at please.post> wrote:
>
>
> Hi!  Does anyone know of an easy way to convert a Unicode string into an image file (either jpg or png)?
>

Do you mean you have some text and you want an image containing that
text? PIL's ImageDraw module can do that.



More information about the Python-list mailing list