当我试图通过 imagemagick 使用以下代码更改 heroku 的图像亮度(回形针后处理)时:
command = "#{File.expand_path(@file.path)} -resize x300^ -brightness-contrast +50 -gravity Center -crop 300x300+0+0 -colorspace Gray #{File.expand_path(dst.path)}"
我有以下错误:
convert: unrecognized option `-brightness' @ error/convert.c/ConvertImageCommand/844.
如何更改图像的亮度?