[Image-SIG] Font Support in PIL

Loris Caren loris@caren.demon.co.uk
Wed, 21 Jun 2000 12:20:39 +0100


Hello,
I'm try to create some fonts that can be read by the ImageFont library using
bdf2pil.  However it dies in font2image saying that Image.core.hex_decoder
should have two args rather than the one provided.
I've tried greping for hex_decoder in the library but dont get any hits. Can
anybody else get this to work?  Without it I can't see how that I can write
text using the ImageDraw library.