This repository was archived by the owner on May 8, 2020. It is now read-only.
New Release
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. Iftruethe return percentage will be like0.12345678, default is0.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