哈希空间
imagemagick 照片图片转黑白、灰度
仅黑白
convert <input> -negate -threshold 0 -negate <output>
灰度黑白
convert <input> -colorspace Gray <output>
本文 最佳观看地址:https://www.hashspace.cn/imagemagick-black-white.html 阅读 526