Image comparison: Jmagick

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chintan85
    New Member
    • Jun 2010
    • 33

    #1

    Image comparison: Jmagick

    Basically I want to automate comparison of screenshots(new with old) of web applications.

    I have configured Selenium to run with junit core in eclipse. I am tyying to use Jmagick with this configuration.

    This is the command to do image comparision in command line.

    Code:
    compare reference.jpeg to-be-tested.jpeg -compose src diff.jpeg
    I wonder if Jmagick really use the "compare" or "difference " function of ImageMagick coz I can't find any related function here: downloads.jmagi ck.org/jmagick-doc

    Can anybody guide or any suggestion for a tool which I can use. The final result should be a diff image with metrics.
    Last edited by chintan85; Oct 30 '12, 05:00 PM. Reason: More clear explaination
Working...