We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 993da90 + ef99db8 commit 704336fCopy full SHA for 704336f
docs/releasenotes/9.0.0.rst
@@ -58,10 +58,14 @@ TODO
58
API Additions
59
=============
60
61
-TODO
62
-^^^^
63
-
64
+Added support for "title" argument to DisplayViewer
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Support has been added for the "title" argument in
65
+:py:class:`~PIL.ImageShow.UnixViewer.DisplayViewer`, so that when ``im.show()`` or
66
+:py:func:`.ImageShow.show()` use the ``display`` command line tool, the "title"
67
+argument will also now be supported, e.g. ``im.show(title="My Image")`` and
68
+``ImageShow.show(im, title="My Image")``.
69
70
Security
71
========
0 commit comments