OSError: image file is truncated (49 bytes not processed)


下記のコードを追加する

from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True