White Background When Try To Play GIF In Kivy
import kivy from kivy.clock import Clock from functools import partial import main as m kivy.require('1.10.0') from kivy.lang.builder import Builder from kivy.app import App from k
Solution 1:
Since a .gif file takes much time to load you should first extract each frame of the .gif into a folder and make it a .zip file, you can archieve this by using gimp and adding an extension, you can download the extension from here http://registry.gimp.org/node/28268. Then load the .zip file like this
Image:
source: 'my.zip'
Post a Comment for "White Background When Try To Play GIF In Kivy"