Widget which can display images in PGM, PPM, GIF, PNG format.
Tkinter Class API Reference Contents
PhotoImage
tkinter.PhotoImage(name=None, cnf={}, master=None, **kw)
Widget which can display images in PGM, PPM, GIF, PNG format.
blank() cget(option) configure(**kw) ... aka config copy() get(x, y) height() put(data, to=None) subsample(x, y='') type() width() write(filename, format=None, from_coords=None) zoom(x, y='') | |
transparency_get(x, y) transparency_set(x, y, boolean) |