Re: [Tkinter-discuss] Using PIL with Tkimg

2007-01-07 Thread Michael Lange
On Sun, 07 Jan 2007 13:42:11 +0100 Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Michael Lange wrote: > > > I want to display different image formats in a Tkinter.Canvas and be > > able to scale the images to a requested size. I noticed that some images > > look better when using Tkimg than with PIL

Re: [Tkinter-discuss] Using PIL with Tkimg

2007-01-07 Thread Fredrik Lundh
Michael Lange wrote: > I want to display different image formats in a Tkinter.Canvas and be > able to scale the images to a requested size. I noticed that some images > look better when using Tkimg than with PIL, which just seems to > do an on-the-fly conversion into GIF (is this correct?) nope.

[Tkinter-discuss] Using PIL with Tkimg

2007-01-06 Thread Michael Lange
First, a happy new year to all of you! And now for something completely different: I want to display different image formats in a Tkinter.Canvas and be able to scale the images to a requested size. I noticed that some images look better when using Tkimg than with PIL, which just seems to do an on