gpt4 book ai didi

linux - 如何通过命令行将图像转换为灰度?

转载 作者:IT老高 更新时间:2023-10-28 12:25:12 26 4
gpt4 key购买 nike

如何使用 sipsimagemagic 或其他工具通过命令行将图像转换为黑白(灰度)?

最佳答案

如果你安装了 imagemagick

convert source.jpg -colorspace Gray destination.jpg (true grayscale only)
convert source.jpg -monochrome destination.jpg (true black and white)
convert source.jpg -separate destination.jpg (separate into gray channels)

如果您不在乎丢失原始文件:mogrify -colorspace Gray file

关于linux - 如何通过命令行将图像转换为灰度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7708368/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com