【发布时间】:2017-05-31 20:47:49
【问题描述】:
我尝试使用 Wand,但找不到亮度对比度命令的任何映射。
-
尝试使用调制来改变亮度:
value = 100 + value # no changes = 0 in console and 100 in wand img.modulate(brightness=value)
我得到了一些带有白色像素的奇怪伪影: brightness change attempt
-
为了使用对比度 Wand 只有 contrast_stretch(),我不明白如何做这样的事情
convert '-brightness-contrast 0x%d'
【问题讨论】:
标签: python imagemagick wand