Hi! I wrote a web visitor counter with modpy and pil. It is must working on half-static page, so I must write this counter with jpeg image output.
Everything is working good, but I need to change this counter a little, it's style isn't same as it's webpage's style. I want to make bold and italic text into image. How to I do it? font = ImageFont.truetype('arial.ttf', 15, ????) .text('aaaaa', font = font, ????) Please help me!!! dd
-- http://mail.python.org/mailman/listinfo/python-list