python tkinter display animated GIF using PIL
问题 Is there any way to display an animated GIF in Tkinter using Python Image Library? I thought the ImageSequence module would be the way to do it, but I don't know how to use it and if it's possible. The first question is if there is any easy way. For example: load a GIF using PIL and the ImageSequence and just draw it on a Tkinter window using ImageTk.PhotoImage and it will be animated. Or do I have to set up a function myself, using the after method or something like time.sleep to loop