Skip to content

Commit

Permalink
Added release notes for python-pillow#5897
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 23, 2021
1 parent 8568fab commit b97cd07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/releasenotes/9.0.0.rst
Expand Up @@ -88,6 +88,15 @@ TODO
API Additions
=============

ImageShow.XDGViewer
^^^^^^^^^^^^^^^^^^^

If ``xdg-open`` is present on Linux, this new :py:class:`PIL.ImageShow.Viewer` subclass
will be registered. It displays images using the application selected by the system.

It is higher in priority than the other default :py:class:`PIL.ImageShow.Viewer`
instances, so it will be preferred by ``im.show()`` or :py:func:`.ImageShow.show()`.

Added support for "title" argument to DisplayViewer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit b97cd07

Please sign in to comment.