This commit is contained in:
Ashley Blackmore 2017-04-17 00:25:47 +00:00 committed by GitHub
commit 7a92556af0

View File

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