出现报错
OSError: broken data stream when reading image file
在运行的程序里面加
from PIL import Image, ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True
出现报错
OSError: broken data stream when reading image file
在运行的程序里面加
from PIL import Image, ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True
