jmagick compare

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
sindhu
Posts: 1
Joined: 2011-01-27T01:47:00-07:00
Authentication code: 8675308

jmagick compare

Post by sindhu »

Hi everyone!!!
I am working on a project about image comparison and I found ImageMagick .
And I found that imagemagick has a "compare" function which can compare 2 images' differences.
However, I dun know how to implement it with java.
Can jmagick use the "compare" function?
how can i compare an image with the bulk of images and should show the result as found(means reference image matches with any of the bulk images) or not found(means reference image doesnt match with any images)

Thanks in advance.......
Post Reply