📌  相关文章
📜  raise IOError("cannot write mode as PNG" mode - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:40.581000             🧑  作者: Mango

代码示例1
You need to convert the image to RGB mode.
Image.open('old.jpeg').convert('RGB').save('new.jpeg')