OSError: image file is truncated (28 bytes not processed)
时间:2019-05-01 10:11:44
收藏:0
阅读:1315
解决办法:
在代码中添加两行
from PIL import ImageFile ImageFile.LOAD_TRUNCATED_IMAGES = True
原文:https://www.cnblogs.com/wanghui-garcia/p/10796944.html
评论(0)