Image conversion to Grayscale using ImageMagick is very dark

若如初见. 提交于 2019-11-30 17:51:30

The documentation states that when changing the color space, the colors are converted from their original gamma to linear before the conversion. You need to convert them back to an appropriate gamma.

convert infile -colorspace Gray -gamma 2.2 outfile
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!