Python Forum
How to add gif to tkinter window? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How to add gif to tkinter window? (/thread-11345.html)



How to add gif to tkinter window? - Nwb - Jul-04-2018

When I add gif as PhotoImage it loses its characteristics of being a gif, also it loses its transparency.

Is there anyway to negate these two so that I have a working gif and also transparency?

Can this not be done by tkinter? Then what should I be using instead, because gifs are very important to me.