Top "Photoimage" questions

How to find out size of a PhotoImage in Tkinter?

How do I access the width and height information on a PhotoImage() class object? I tried PhotoImage(...).winfo_width() and …

python tkinter photoimage
Tkinter: Couldn't recognize data in image file

I have the following problem. I generate .GIF files using an external application. To me the GIFs look fine, I …

python image tkinter gif photoimage
Python Tkinter - Find image file path from PhotoImage

I have a PhotoImage in tkinter called al_p4 but I want to be able to print the file path …

python-2.7 tkinter photoimage
Python Tkinter Treeview add an image as a column value

i'm trying to add an Image to the first column of every row on a treeview, but no matter what …

python tkinter treeview python-imaging-library photoimage
AttributeError when creating tkinter.PhotoImage object with PIL.ImageTk

I am trying to place an image resized with PIL in a tkinter.PhotoImage object. import tkinter as tk # I …

python tkinter python-imaging-library photoimage