mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 18:23:24 +03:00
document #5788
This commit is contained in:
parent
7250e3db52
commit
954baa1e73
|
@ -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