mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #5792 from radarhere/display_title
This commit is contained in:
commit
704336f92e
|
@ -58,10 +58,14 @@ TODO
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
TODO
|
Added support for "title" argument to DisplayViewer
|
||||||
^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
TODO
|
Support has been added for the "title" argument in
|
||||||
|
:py:class:`~PIL.ImageShow.UnixViewer.DisplayViewer`, so that when ``im.show()`` or
|
||||||
|
:py:func:`.ImageShow.show()` use the ``display`` command line tool, the "title"
|
||||||
|
argument will also now be supported, e.g. ``im.show(title="My Image")`` and
|
||||||
|
``ImageShow.show(im, title="My Image")``.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user