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
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