Changed Methods |
ImageMagickCompareResult
runImageMagickImageCompareAndGetResult(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
Runs imageMagick to visually compare images with the specified fuzziness value and generate difference output. |
boolean
runImageMagickImageCompareWithThreshold(
String,
String
,
String
,
String
,
long
)
|
Documentation changed from old to new. |
Runs imageMagick to visually compare images with the specified fuzziness value and given threshold and generate difference output. |
boolean
runImageMagickImageCompare(
String,
String
,
String
)
|
Documentation changed from old to new. |
Runs imageMagick to visually compare images and generate difference output. |
boolean
runImageMagickImageCompare(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
Runs imageMagick to visually compare images with the specified fuzziness value and generate difference output. |