To use graphic images in a Tkinter application, Tkinter must be configured to include the Python Imaging Library (PIL).
Refer to the author's companion document for PIL
documentation: Python
Imaging Library (PIL) quick reference.
Objects of the ImageTk
class can be
used in Tkinter applications.