魔杖图像Magick插值

时间:2014-09-03 16:46:47

标签: python imagemagick wand

有没有人知道你是否可以在python 3.4中使用Wand进行插值? 我尝试了以下代码。它确实按预期工作。

    img.format = 'pjpeg'
    img.delay = 10
    img.compression_quality = int(10)
    img.depth = 10

任何帮助?

0 个答案:

没有答案