|
|
@ -30,6 +30,7 @@ var diff = resemble(file).compareTo(file2).ignoreColors().onComplete(function(da |
|
|
|
{ |
|
|
|
{ |
|
|
|
misMatchPercentage : 100, // % |
|
|
|
misMatchPercentage : 100, // % |
|
|
|
isSameDimensions: true, // or false |
|
|
|
isSameDimensions: true, // or false |
|
|
|
|
|
|
|
dimensionDifference: { width: 0, height: -1 }, // defined if dimensions are not the same |
|
|
|
getImageDataUrl: function(){} |
|
|
|
getImageDataUrl: function(){} |
|
|
|
} |
|
|
|
} |
|
|
|
*/ |
|
|
|
*/ |
|
|
|