blink-diff icon indicating copy to clipboard operation
blink-diff copied to clipboard

A lightweight image comparison tool.

Results 29 blink-diff issues
Sort by recently updated
recently updated
newest added

"--h-shift Acceptable horizontal shift of pixel. (default: 0)" "--v-shift Acceptable vertical shift of pixel. (default: 0)" Signed-off-by: 谢致邦 (XIE Zhibang) I confirm that this contribution is made under the terms...

"--h-shift Acceptable horizontal shift of pixel. (default: 0)" "--v-shift Acceptable vertical shift of pixel. (default: 0)" Signed-off-by: 谢致邦 (XIE Zhibang) I confirm that this contribution is made under the terms...

In the example, have a `outputPath` param, but the correct is `imageOutputPath`.

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

I´m using blink-diff integrated with a test automation that compares images. It would be nice if i can choose to generete the image output only if there is a diffence.

``` TypeError: Cannot read property 'R' of undefined at Object._correctGamma (/project/node_modules/blink-diff/index.js:933:21) at Object._getColor (/project/node_modules/blink-diff/index.js:909:17) at Object._pixelCompare (/project/node_modules/blink-diff/index.js:1119:19) at Object._compare (/project/node_modules/blink-diff/index.js:1191:29) at Object. (/project/node_modules/blink-diff/index.js:432:18) at /project/node_modules/promise/lib/core.js:33:15 at flush (/project/node_modules/asap/asap.js:27:13) at _combinedTickCallback...

I want to achieve perceptual comparison through command-line. which option do I use for this?

``` Error: Cannot find module 'node-zlib-backport' from '.../node_modules/pngjs/lib' ```

Pixel diffing is nice, but is there a way to tell this library that I care about "what is different" and not "highlighting the entire document just because there's extra...

I get this error when trying to use the library, here is the code I run: ``` const BlinkDiff = require('blink-diff'); const path = require('path'); const {promisify} = require('util'); const...