Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 868 Bytes

ImageShow.rst

File metadata and controls

30 lines (22 loc) · 868 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.XDGViewer

PIL.ImageShow.DisplayViewer

PIL.ImageShow.GmDisplayViewer

PIL.ImageShow.EogViewer

PIL.ImageShow.XVViewer

PIL.ImageShow.register

PIL.ImageShow.Viewer