diff --git a/lib/compareImages.js b/lib/compareImages.js index 15133a9..be59afa 100644 --- a/lib/compareImages.js +++ b/lib/compareImages.js @@ -20,6 +20,10 @@ module.exports = function() { return done(); } + // This feature makes the output nearly worthless and impossible to read. + // Turn it off. + resemble.outputSettings({largeImageThreshold:0}) + /** * compare images */ diff --git a/package.json b/package.json index ba706c1..545936d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "fs-extra": "^0.18.2", "glob": "^5.0.5", "gm": "^1.17.0", - "node-resemble-js": "0.0.4", + "node-resemble-js": "0.2.0", "request": "^2.55.0", "rimraf": "^2.3.2", "tar": "^2.1.0",