mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Merge abd9029279
into 937443f2a6
This commit is contained in:
commit
701a8a2d63
|
@ -1974,7 +1974,7 @@ class Image(object):
|
||||||
if frame != 0:
|
if frame != 0:
|
||||||
raise EOFError
|
raise EOFError
|
||||||
|
|
||||||
def show(self, title=None, command=None):
|
def show(self, title=None):
|
||||||
"""
|
"""
|
||||||
Displays this image. This method is mainly intended for
|
Displays this image. This method is mainly intended for
|
||||||
debugging purposes.
|
debugging purposes.
|
||||||
|
@ -1991,10 +1991,9 @@ class Image(object):
|
||||||
|
|
||||||
:param title: Optional title to use for the image window,
|
:param title: Optional title to use for the image window,
|
||||||
where possible.
|
where possible.
|
||||||
:param command: command used to show the image
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_show(self, title=title, command=command)
|
_show(self, title=title)
|
||||||
|
|
||||||
def split(self):
|
def split(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user