[Image-SIG] Apparent Bug in PIL PhotoImage Function

Fredrik Lundh fredrik@pythonware.com
Thu, 8 Nov 2001 21:59:26 +0100


Paul Hughett wrote:
> I've found what appears to be a bug in PIL's ImageTk.PhotoImage
> function and boiled it down to the following short program.  If there
> is some official place to make bug reports, let me know and I'll make
> one.

it's a Tkinter feature; see the FAQ for details:

    http://www.python.org/doc/FAQ.html#4.69

</F>