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:module:: PIL.ImageShow
.. py:currentmodule:: PIL.ImageShow

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

.. autofunction:: PIL.ImageShow.show

.. autoclass:: IPythonViewer
.. autoclass:: WindowsViewer
.. autoclass:: MacViewer

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

.. autoclass:: PIL.ImageShow.XDGViewer
.. autoclass:: PIL.ImageShow.DisplayViewer
.. autoclass:: PIL.ImageShow.GmDisplayViewer
.. autoclass:: PIL.ImageShow.EogViewer
.. autoclass:: PIL.ImageShow.XVViewer
.. autofunction:: PIL.ImageShow.register
.. autoclass:: PIL.ImageShow.Viewer
    :member-order: bysource
    :members:
    :undoc-members: