I tried to use apt-get install imagemagick
command to install ImageMagick on my Debian Wheezy. But when I try to diff images, I get following error:
root@work:/home/tests/YAML_SHOTS/en-us# convert 1.png 2.png -metric RMSE -compare 3.png
convert.im6: unrecognized option `-metric' @ error/convert.c/ConvertImageCommand/2060.
Secondly, I tried to install ImageMagick from binary source (described here: http://www.imagemagick.org/script/install-source.php#unix). But it does not install the convert
executable command.
How can I fix that?
P.S. If I remove -metric
option, I get one more error:
convert.im6: unrecognized option `-compare' @ error/convert.c/ConvertImageCommand/1107.
identify -list metric
? – Insurmountableconvert -version
? – GypsieImageMagick 6.8.9-9 Q16 x86_64 2014-10-27
and i've also tried to install6.7.7.10-5+deb7u3
viaapt-get install imagemagick
– Shantelleshantha