python报错_couldntrecognizedatainimagefile ⼀、描述
报错:couldn't recognize data in image file
代码:
reachfrom tkinter import *
really的音标root = Tk()
theLabel = Label(root,text="dog",justify=LEFT,padx=10)
theLabel.pack(side=LEFT)
成人高考语文试题>twist
西班牙英文photo = PhotoImage(file="D:/PythonProject/dog.jpg")review的过去式
肯德尔imgLabel = Label(root,image=photo)
上海海关大学分数线imgLabel.pack(side=RIGHT)
root.mainloop()
人山人海英语
liner2.原因
PhotoImage报错,因为file参数只接受gif⽂件,不能接受jpeg、jpg⽂件。
gif⽂件不单指以.gif结尾的⽂件,⽽是说图⽚格式,所以只修改后缀名没有丝毫作⽤。
3.解决
1.上⽹download⼀个gif⽂件。
2.打开,另存成其他格式的⽂件。
3.使⽤其他模块。