Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

New Release

Choose a tag to compare

@wswebcreation wswebcreation released this 27 Dec 08:37
· 120 commits to master since this release
5d9b536

This release is a breaking change. The reason why this is a breaking change has to do with updating ResembleJS to be equal to the latest version.
The comparison is now more accurate than before and lead to failures in the comparisons dus to a higher diff percentage

Features

  • Added ignoreAlpha, compare images and discard alpha
  • Added ignoreLess, compare images and compare with red = 16, green = 16, blue = 16, alpha = 16, minBrightness=16, maxBrightness=240
  • Added ignoreNothing, compare images and compare with red = 0, green = 0, blue = 0, alpha = 0, minBrightness=0, maxBrightness=255
  • Added rawMisMatchPercentage, default false. If true the return percentage will be like 0.12345678, default is 0.12

Bugfix

  • Minor differences in image are not recognized 58.
  • Diff images are broken 63.
  • Minor color differences in images are not recognized 65.

Chore

  • Update docs