mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 14:54:46 +03:00
Update Image.py
Let people know that this method will not provide actual verification.
This commit is contained in:
parent
67c75061d2
commit
5359ba87a0
|
@ -790,7 +790,7 @@ class Image(object):
|
|||
the image after using this method, you must reopen the image
|
||||
file.
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError("File verification not yet implemented")
|
||||
|
||||
def convert(self, mode=None, matrix=None, dither=None,
|
||||
palette=WEB, colors=256):
|
||||
|
|
Loading…
Reference in New Issue
Block a user