mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
Merge pull request #5790 from nulano/patch-1
Document #5788: "Use title for display"
This commit is contained in:
commit
d24c26dbc8
|
@ -187,7 +187,10 @@ class UnixViewer(Viewer):
|
||||||
|
|
||||||
|
|
||||||
class DisplayViewer(UnixViewer):
|
class DisplayViewer(UnixViewer):
|
||||||
"""The ImageMagick ``display`` command."""
|
"""
|
||||||
|
The ImageMagick ``display`` command.
|
||||||
|
This viewer supports the ``title`` parameter.
|
||||||
|
"""
|
||||||
|
|
||||||
def get_command_ex(self, file, title=None, **options):
|
def get_command_ex(self, file, title=None, **options):
|
||||||
command = executable = "display"
|
command = executable = "display"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user