我正在尝试将jpeg图像转换为png(rgb+α)。
我尝试了以下代码,但它不起作用。
img.write('path/to/file/png32:filename.png')
我该如何做到这一点?
您需要使用:
img.write('PNG32:path/to/file/filename.png')