gpt4 book ai didi

imagemagick - 在 ImageMagick 命令行中将 RGB 转换为灰度

转载 作者:行者123 更新时间:2023-12-03 01:25:55 24 4
gpt4 key购买 nike

如何使用 (r+g+b)/3 方法将 RGB 图像(3 channel )转换为灰度图像?我浏览了一个示例页面:http://www.imagemagick.org/Usage/color_mods/#grayscale但所需的方法:

convert test.png -fx '(r+g+b)/3' gray_fx_average.png

给了我一个错误的结果 - 结果图像仍然有 3 个 channel 。

您可以通过运行命令来检查:identify -format "%[colorspace] <== %f\n" *.png .

最佳答案

convert <img_in> -set colorspace Gray -separate -average <img_out>为我提供任何图像的最佳结果。

关于imagemagick - 在 ImageMagick 命令行中将 RGB 转换为灰度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13317753/

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