Skip to content

百度贴吧扫码登陆报错 #93

@FongPing

Description

@FongPing

misc.py

def showImage(imagepath):
img = Image.open(imagepath)
img = img.convert('RGB')#先做通道转换,不做会报错
img.show()
img.close()

将 PNG 格式的图片保存为 JPG 格式,如果直接使用 save() 方法就会出现错误
所以要convert一下

up什么时候重构一下吧,感谢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions