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.
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.
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
Can anybody guide or any suggestion for a tool which I can use. The final result should be a diff image with metrics.