Pillow/docs/reference/ImageShow.rst

34 lines
1014 B
ReStructuredText
Raw Normal View History

2020-06-14 13:00:23 +03:00
.. py:module:: PIL.ImageShow
.. py:currentmodule:: PIL.ImageShow
:py:mod:`~PIL.ImageShow` Module
===============================
2020-06-14 13:00:23 +03:00
The :py:mod:`~PIL.ImageShow` Module is used to display images.
2020-06-14 13:00:23 +03:00
All default viewers convert the image to be shown to PNG format.
.. autofunction:: PIL.ImageShow.show
2021-02-28 19:50:27 +03:00
.. autoclass:: IPythonViewer
2020-06-14 13:00:23 +03:00
.. autoclass:: WindowsViewer
.. autoclass:: MacViewer
.. class:: UnixViewer
The following viewers may be registered on Unix-based systems, if the given command is found:
2021-12-23 03:15:29 +03:00
.. autoclass:: PIL.ImageShow.XDGViewer
2020-06-14 13:00:23 +03:00
.. autoclass:: PIL.ImageShow.DisplayViewer
.. autoclass:: PIL.ImageShow.GmDisplayViewer
2020-06-14 13:00:23 +03:00
.. autoclass:: PIL.ImageShow.EogViewer
.. autoclass:: PIL.ImageShow.XVViewer
2022-02-21 13:04:24 +03:00
To provide maximum functionality on Unix-based systems, temporary files created
from images will not be automatically removed by Pillow.
2020-06-14 13:00:23 +03:00
.. autofunction:: PIL.ImageShow.register
.. autoclass:: PIL.ImageShow.Viewer
:member-order: bysource
:members:
:undoc-members: