[PYTHON IMAGE-SIG] Transparent GIF images & Tk

Fredrik Lundh fredrik_lundh@ivab.se
Sun, 29 Dec 1996 12:35:08 +0100


> Unfortunately, I've not figured out how to actually do this.  How do
> I compute the color parameter for Image.new() based on RGB?  I tried
> (R<<16 | G<<8 | B), but that doesn't seem to work.

A reasonable attempt, but the color parameter gets lost on its way
down to the C code.  Joel Shprentz reported this out a while ago, but
the fix didn't make it into the latest release (sorry, Joel).  I'll
try fixing it to the next release.

Regards	/F

=================
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
=================