Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi,
I am trying, unsuccessfully, to use the `compare' utility that comes with ImageMagick. I'm using ImageMagick 6.5.7-10 on Arch Linux (64-bit). Here are the two images I am trying to compare:
It was added sometime shortly after 6.5.0.9 (according to the changelog http://www.imagemagick.org/script/changelog.php) when the compare program was modified to allow locating the best match for a small image within a larger one. Prior to that I believe that compare may not have had this issue. Adding the -dissimilarity-threshold, probably will be ignored, but I cannot say for sure.
fmw42 wrote:It was added sometime shortly after 6.5.0.9 (according to the changelog http://www.imagemagick.org/script/changelog.php) when the compare program was modified to allow locating the best match for a small image within a larger one. Prior to that I believe that compare may not have had this issue. Adding the -dissimilarity-threshold, probably will be ignored, but I cannot say for sure.
Thank you for your response. That's all I needed to know.