mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
Merge pull request #5318 from radarhere/releasenotes
Added link to class and function in release notes
This commit is contained in:
commit
2d042736c3
|
@ -42,14 +42,14 @@ API Additions
|
||||||
ImageShow.IPythonViewer
|
ImageShow.IPythonViewer
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
If IPython is present, this new ``ImageShow.Viewer`` subclass will be
|
If IPython is present, this new :py:class:`PIL.ImageShow.Viewer` subclass will be
|
||||||
registered. It displays images on all IPython frontends. This will be helpful
|
registered. It displays images on all IPython frontends. This will be helpful
|
||||||
to users of Google Colab, allowing ``im.show()`` to display images.
|
to users of Google Colab, allowing ``im.show()`` to display images.
|
||||||
|
|
||||||
It is lower in priority than the other default Viewer instances, so it will
|
It is lower in priority than the other default :py:class:`PIL.ImageShow.Viewer`
|
||||||
only be used by ``im.show()`` or ``ImageShow.show()`` if none of the other
|
instances, so it will only be used by ``im.show()`` or :py:func:`.ImageShow.show()`
|
||||||
viewers are available. This means that the behaviour of ``ImageShow`` will stay
|
if none of the other viewers are available. This means that the behaviour of
|
||||||
the same for most Pillow users.
|
:py:class:`PIL.ImageShow` will stay the same for most Pillow users.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user