[Image-SIG] JPG and ImageDraw

kcazabon kcazabon" <kcazabon@home.com
Sat, 30 Sep 2000 17:34:35 -0700


I think the problem might be with your draw.setink() command.  If you're
working with RGB images, you should probably use an RGB tuple.

draw.setink((128, 128, 128))

I'm not sure, but that might help you out.

Kevin Cazabon.


----- Original Message -----
From: "Juha Ylitalo" <juha.o.ylitalo@nokia.com>
To: <image-sig@python.org>
Sent: Saturday, September 30, 2000 2:36 PM
Subject: [Image-SIG] JPG and ImageDraw