Python Forum
Display image in tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display image in tkinter
#1
Hi all, I have a problem with displaying my image in tkinter. I´m creating a class, which creates a canvas and put an image from my file there. This is my code so far:

class Try:

    ... creating a canvas ...

    def method(self):
        player_icon = tkinter.PhotoImage(file="C://Users//name//Documents//PYTHON//folder//img_player.png")
        self.canvas.create_image(50, 50, image=player_icon)
It doesn´t reach any error, it seems like it found that image but simply doesn´t show it. What am I doing wrong?

Thanks in advance.
Reply


Messages In This Thread
Display image in tkinter - by dan789 - Nov-28-2018, 06:15 PM
RE: Display image in tkinter - by Larz60+ - Nov-28-2018, 07:06 PM
RE: Display image in tkinter - by woooee - Nov-28-2018, 07:13 PM
RE: Display image in tkinter - by jfong - Nov-30-2018, 07:36 AM
RE: Display image in tkinter - by dan789 - Dec-01-2018, 05:29 PM
RE: Display image in tkinter - by Gribouillis - Dec-01-2018, 06:17 PM
RE: Display image in tkinter - by jfong - Dec-02-2018, 01:33 AM
RE: Display image in tkinter - by dan789 - Dec-09-2018, 06:46 PM
RE: Display image in tkinter - by Gribouillis - Dec-09-2018, 07:42 PM
RE: Display image in tkinter - by dan789 - Dec-09-2018, 08:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinter: An image and label are not appearing. emont 7 681 Mar-21-2024, 03:00 PM
Last Post: deanhystad
  My Background Image Is Not Appearing (Python Tkinter) HailyMary 2 4,384 Mar-14-2023, 06:13 PM
Last Post: deanhystad
  simple tkinter question function call not opening image gr3yali3n 5 3,480 Aug-02-2022, 09:13 PM
Last Post: woooee
  [Tkinter] Tkinter don't change the image DQT 2 1,641 Jul-22-2022, 10:26 AM
Last Post: menator01
  [PyQt] Cannot Display Image after Selecting Image bintangkecil 4 2,606 Jun-12-2022, 08:18 AM
Last Post: Axel_Erfurt
  looking for scripts that do simple image display Skaperen 10 4,299 Sep-13-2021, 05:35 PM
Last Post: FullOfHelp
  How to redraw an existing image to a different image TkInter zazas321 6 5,940 Jul-08-2021, 07:44 PM
Last Post: deanhystad
  tkinter showing image in button rwahdan 3 5,669 Jun-16-2021, 06:08 AM
Last Post: Yoriz
  tkinter button image Nick_tkinter 4 4,090 Mar-04-2021, 11:33 PM
Last Post: deanhystad
  how to resize image in canvas tkinter samuelmv30 2 17,835 Feb-06-2021, 03:35 PM
Last Post: joe_momma

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020