发上等愿,结中等缘,享下等福;择高处立,寻平处住,向宽处行

Brick walls are there for a reason :they let us prove how badly we want things

代码改变世界

随笔档案-2024年10月

解决python PIL多线程 'image file is truncated'

2024-10-25 20:39 by kowme, 210 阅读, 收藏, 编辑
摘要: 开启多线程检测 处理图片时,遇到'image file is truncated'。 解决办法: 在 im = Image.open(file_path)之后,增加上 im.load() 原因: PIL.Image.open()打开并标识给定的图像文件。 这是一个懒惰的操作;此函数可识别文件,但文件 阅读全文

It's not who you are underneath, it's what you do that defines you

Brick walls are there for a reason :they let us prove how badly we want things

点击右上角即可分享
微信分享提示