An Introduction to Tkinter

Back   Next   

Chapter 11. The BitmapImage Class

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

When to use the BitmapImage Class

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

Back   Next