I need to load and display possibly thousands of images, but currently Image.open()
and ImageTk.PhotoImage()
take way too long.
Is there any way to speed up this process, or an alternative method to use?
I need to load and display possibly thousands of images, but currently Image.open()
and ImageTk.PhotoImage()
take way too long.
Is there any way to speed up this process, or an alternative method to use?