diff --git a/PIL/Image.py b/PIL/Image.py index 22389629e..4f58d14f4 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -803,7 +803,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):