Comparing two similar images with different resolutions

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
Jawahar
Posts: 1
Joined: 2011-03-10T21:07:43-07:00
Authentication code: 8675308

Comparing two similar images with different resolutions

Post by Jawahar »

Hi Forum,
i have a question here.
I am trying to compare two similar images with different resolutions
For example Images 'A' and 'B' are similar one, but with different resolution one with 800x800, other with 800x900. When i try to compare them, it is failing.It says they vary in size.
Is there a way to resize the original size of a image to some global size and compare them? using Image Magick?
I hope there would be some solution for this.
Thanks in Advance.
Replies Appriciated

-Jawahar
Post Reply