pixelmatch
pixelmatch copied to clipboard
The smallest, simplest and fastest JavaScript pixel-level image comparison library
Hi, We are using pixelmatch in our Java project and I wanted to understand how should we be passing optional parameters, I do not know if anti aliased pixels are...
Hey, We have been using pixelmatch for asserting our image rotation logic and this module seems to work pretty well. However recently we started testing our software using older browsers...
The binary wasn't working correctly unless you explicitly passed in a threshold. This change sets the default to `0.005`
It seems like pixelmatch always returns 0 diff when comparing two images that only contain white pixels and transparency. I noticed this when trying to compare two white logo pngs....
## Example 1 Image1 Image2 With `threshold: 0.15` (default is 0.1) Pixelmatch can't see the difference between these images ## Example 2 Image3 Image4 With the same `threshold: 0.15` (default...
I'm curious if I can quantitatively check the difference between two images using this model. Can I get numerical values?
Can you provide an executable file for a windows?
New option allows to define series of image regions ({x1,y1,x2,y2}) to eclude these parts from diff checking
Hi, not sure if this is already a feature and I just didn't find it in the documentation and generated diff object properties after the function analysis, but it would...
`yarn run test` doesn't work on Windows, because the line-endings are checked out differently than the configured ESLint rules. This .gitattributes file makes sure that `*.js` files and `bin/pixelmatch` are...