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.