An Introduction to Tkinter

Back   Next   

Chapter 36. The PhotoImage Class

Table of Contents
When to use the PhotoImage Class
Patterns
Methods
Options

When to use the PhotoImage Class

This class is used to display images (either grayscale or true color images) in labels, buttons, canvases, and text widgets.

Back   Next