标签: python imagemagick wand
有没有人知道你是否可以在python 3.4中使用Wand进行插值? 我尝试了以下代码。它确实按预期工作。
img.format = 'pjpeg' img.delay = 10 img.compression_quality = int(10) img.depth = 10
任何帮助?