looks-same
Advanced tools
Comparing version 1.1.1 to 2.0.0
# Changelog | ||
## 2.0.0 - 2015-07-14 | ||
* Fix critical bug in color comparison algorithm. | ||
Published as 2.0.0 because the result of the comparison | ||
will change for many images and affect the dependencies. | ||
## 1.1.1 - 2015-02-12 | ||
@@ -4,0 +10,0 @@ |
@@ -113,3 +113,3 @@ 'use strict'; | ||
return c1.R === c2.R && | ||
c1.G === c2.G, | ||
c1.G === c2.G && | ||
c1.B === c2.B; | ||
@@ -116,0 +116,0 @@ } |
{ | ||
"name": "looks-same", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/SevInf/looks-same.git" | ||
"url": "https://github.com/gemini-testing/looks-same.git" | ||
}, | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/SevInf/looks-same/issues" | ||
"url": "https://github.com/gemini-testing/looks-same/issues" | ||
}, | ||
"homepage": "https://github.com/SevInf/looks-same" | ||
"homepage": "https://github.com/gemini-testing/looks-same" | ||
} |
# LooksSame | ||
[![Build Status](https://travis-ci.org/SevInf/looks-same.svg?branch=master)](https://travis-ci.org/SevInf/looks-same) | ||
[![Build Status](https://travis-ci.org/gemini-testing/looks-same.svg?branch=master)](https://travis-ci.org/gemini-testing/looks-same) | ||
Pure node.js library for comparing PNG-images, taking into account human color perception. | ||
It is created specially for the needs of visual regression testing for [`gemini`](http://github.com/bem/gemini) | ||
It is created specially for the needs of visual regression testing for [`gemini`](http://github.com/gemini-testing/gemini) | ||
utility, but can be used for other purposes. | ||
@@ -8,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16564