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

from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True

原文地址:https://www.cnblogs.com/zonechen/p/13471670.html