Re: [Tkinter-discuss] tkinter.PhotoImage to PIL.Image

2019-12-06 Thread Vasilis Vlachoudis
Thanks Michael, at present my program is based that all the images are loaded as tkinter.PhotoImage. I am trying always to keep the python dependencies as low as possible. PIL is not required apart when the user wants some specific functionality (add-ons) So for the case that someone wanted to

Re: [Tkinter-discuss] tkinter.PhotoImage to PIL.Image

2019-12-06 Thread Michael Lange
Hi, On Fri, 6 Dec 2019 08:36:18 + Vasilis Vlachoudis wrote: > Thanks Michael, > > at present my program is based that all the images are loaded as > tkinter.PhotoImage. I am trying always to keep the python dependencies > as low as possible. PIL is not required apart when the user wants some