Pixelmatch Versions Save

The smallest, simplest and fastest JavaScript pixel-level image comparison library

v2.0.2

8 years ago

Increased accuracy of anti-aliased pixels comparison.

v2.0.1

8 years ago

Adds Node 0.10 support for command line and tests.

v2.0.0

8 years ago
  • Much more accurate anti-aliased pixels detection algorithm #2
  • Display transparent pixels as white rather than gray in diff

Note a breaking API change: antialiasing argument (number, 1 by default) is replaced with includeAA (boolean, false by default). Anti-aliasing detection is still enabled by default but always happens with 1 pixel radius.

v1.1.1

8 years ago

Fixed minor bug in color difference calculation.

v1.1.0

8 years ago

Use premultiplied Y'UV colorspace for color comparison, making it more in line with human perception of color.

v1.0.0

8 years ago

First release.