天天看點

OSError: image file is truncated (12 bytes not processed) Premature end of JPEG file

解決辦法是,再添加如下2句代碼:

from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True      

繼續閱讀