diff --git a/PIL/Image.py b/PIL/Image.py index 1c95bfca0..6af20c0d7 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -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):