Hi all,

I have several images loaded as tkinter.PhotoImage, I want some to resize them
The PhotoImage zoom accepts only integer values and the result is not that 
great.
While if load them with PIL resize them and then convert to PIL.ImageTk it is 
much better.
I found several references on how to convert from PIL to tkinter but I cannot 
find how to do the opposite
so I can use the PIL resizing with the existing tkinter images.

Many thanks
Vasilis
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to