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. > which sometimes results in a significant loss of quality. are you perhaps using nearest-neighbour filtering? try using BILINEAR (or, if you have the CPU, ANTIALIAS) instead. </F> _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss