First of all, I want to thank this list for all the work you have done on PIL. It's such a pleasure to use.

I have a small bug report for you, and a test case that demonstrates it. Enclosed is the file ImageDrawTest.py. It draws two images, one in RGB format, and one in P (palette) format. On both images it draws some text that is supposed to be red. On the RGB image it works. But on the Palette image it does not work. I have narrowed it down to the draw.text() function does not use the fill= parameter as previous versions did. The test demonstrates this.

-winston

Attachment: ImageDrawTest.py
Description: application/text



_________________________________________
winston wolff - (646) 827-2242 - http://www.stratolab.com - learning by creating
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to