IOError: image file is truncated (14 bytes not processed)
加上这两句
from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True
IOError: image file is truncated (14 bytes not processed)
加上这两句
from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True