Imaging using PIL

Michael Peuser mpeuser at web.de
Tue Oct 14 13:05:34 EDT 2003


"mark" <mark at diversiform.com>

> I feel fairly well versed in getting Tkinter to do what I want, but now I'
m venturing into the whole
> imaging thing, and placing text and graphics over some static background
image.
> I'm trying to use PIL, ....

? What has PIL to do wth it?

> ...  but what I get from this code is a new window with a gray background,
> not the image I'm trying to open.

The code looks o.k. Maybe width or height are zero (because of some peculiar
GIF problem); in that case the Canvas would be invisible and you would just
see the gray Toplevel...

Kindly
MichaelP






More information about the Python-list mailing list