This commit is contained in:
Ondrej Baranovič 2021-10-23 10:51:46 +02:00 committed by GitHub
parent 7250e3db52
commit 954baa1e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"