Tkinter.Image

class Tkinter.Image(imgtype, name=None, cnf={}, master=None, **kw)[source]

Base class for images.

Methods

__del__()
__getitem__(key)
__init__(imgtype[, name, cnf, master])
__setitem__(key, value)
__str__()
config(**kw) Configure the image.
configure(**kw) Configure the image.
height() Return the height of the image.
type() Return the type of the imgage, e.g.
width() Return the width of the image.