I am using : 7.0.7-35 Q16 x64 2018-05-21 on Windows 10.
I found this page for autocoloring (http://www.fmwconcepts.com/imagemagick/ ... /index.php)...
But no matter what I do, I can't get the script to run. I have tried the following commands in several forms :
Code: Select all
magick convert autocolor -m gamma -c separate test.jpg test2.jpg
magick autocolor -m gamma -c separate test.jpg test2.jpg
magick convert test.jpg autocolor -m gamma -c separate test2.jpg
Code: Select all
convert: unable to open image 'autocolor': No such file or directory @ error/blob.c/OpenBlob/3375.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/512.
convert: unrecognized option `-m' @ error/convert.c/ConvertImageCommand/2266.
Thanks for any assistance.