Tkinter Label does not show Image

前端 未结 3 1086
心在旅途
心在旅途 2020-11-27 21:32

I\'m trying to learn some tkinter. I can\'t get tkinter to display an icon. I don\'t know where it goes wrong. It does not produce any error and it respects the size of the

3条回答
  •  迷失自我
    2020-11-27 22:16

    For all future readers, in my case the problem lied with transparency. Removing the alpha channel from the image fixed it.

提交回复
热议问题