Python图像库(PIL)保存gif,TypeError:int()参数必须是字符串

时间:2017-08-04 18:18:33

标签: python python-imaging-library

我正在从抓取工具中保存随机图片,但有时我在保存图片时会出现此错误,

PIL/GifImagePlugin.py, line 487, in _write_local_header
transparency = int(transparency)
TypeError: int() argument must be a string, a bytes-like object or a 
number, not 'tuple'

如果扩展名是“gif”,那么我正在保存图像

img.save(path, save_all=True)

我试过谷歌,但没有解决方案。 我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

此错误https://github.com/python-pillow/Pillow/issues/2803似乎有一个未解决的枕头问题