【发布时间】:2017-03-21 14:28:32
【问题描述】:
各位,我正在使用 imagemagick 从图像中裁剪出一个圆圈。但是当我运行这个命令时我什么也没得到:
convert input.jpg +clone -threshold -1 -negate -fill white -draw "circle 539,539 539,0" -alpha off -compose copy_opacity -composite output_circ.jpg
我得到类似this的输出:
如果我遗漏了什么,请告诉我。
【问题讨论】:
标签: image command-line imagemagick crop