mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-18 19:24:47 +03:00
Merge 5359ba87a0
into e4faa1069a
This commit is contained in:
commit
7a92556af0
|
@ -803,7 +803,7 @@ class Image(object):
|
||||||
the image after using this method, you must reopen the image
|
the image after using this method, you must reopen the image
|
||||||
file.
|
file.
|
||||||
"""
|
"""
|
||||||
pass
|
raise NotImplementedError("File verification not yet implemented")
|
||||||
|
|
||||||
def convert(self, mode=None, matrix=None, dither=None,
|
def convert(self, mode=None, matrix=None, dither=None,
|
||||||
palette=WEB, colors=256):
|
palette=WEB, colors=256):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user