Cannot view tiff images in Kivy
问题 problem I am able to load pictures with the Image() module in kivy. But for some reason, I can't load .tif files into kivy. When the image source is '..\pics\lugia.png' , the image loads perfectly fine. But if the source is '..\pics\snorlax.tif' , I just get that white box and the error: [WARNING] [Image ] Unable to load image <C:\Users\path\pics\snorlax.tif> [ERROR ] [Image ] Error loading texture ..\pics\snorlax.tif code from kivy.app import App from kivy.uix.boxlayout import BoxLayout from