Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 825 Bytes

ImageShow.rst

File metadata and controls

29 lines (21 loc) · 825 Bytes

:py~PIL.ImageShow Module

The :py~PIL.ImageShow Module is used to display images. All default viewers convert the image to be shown to PNG format.

PIL.ImageShow.show

IPythonViewer

WindowsViewer

MacViewer

The following viewers may be registered on Unix-based systems, if the given command is found:

PIL.ImageShow.DisplayViewer

PIL.ImageShow.GmDisplayViewer

PIL.ImageShow.EogViewer

PIL.ImageShow.XVViewer

PIL.ImageShow.register

PIL.ImageShow.Viewer