mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
document #5788
This commit is contained in:
parent
7250e3db52
commit
954baa1e73
|
@ -187,7 +187,10 @@ class UnixViewer(Viewer):
|
|||
|
||||
|
||||
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):
|
||||
command = executable = "display"
|
||||
|
|
Loading…
Reference in New Issue
Block a user