我正在尝试将图像转换为单色 bmp 并且它不起作用。我试着写:
magick.exe 转换 c:\users\asus\desktop\image.jpg -monochrome c:\image.bmp
我收到以下错误
转换:UnableToOpenConfigureFile JPEG'@error/constitute.c/ReadImage/562 delegates.xml' @ warning/configure.c/GetConfigureOptions/702.
convert: UnableToOpenModuleFile 'C:\Program Files\ImageMagick-7.0.10-Q16\modules\coders\IM_MOD_RL_JPEG_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/675.
convert: NoDecodeDelegateForThisImageFormat。转换:NoImagesDefined `c:\image.bmp'@error/convert.c/ConvertImageCommand/3282。
我究竟做错了什么?