Update Image.py

Let people know that this method will not provide actual verification.
This commit is contained in:
Ashley Blackmore 2015-06-10 19:09:14 +02:00
parent 67c75061d2
commit 5359ba87a0

View File

@ -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):