Thomas Grainger
|
3ee058afb0
|
add options to compareImages
|
7 years ago |
james.cryer
|
c66498193c
|
2.5.1
|
7 years ago |
james.cryer
|
7fd746380a
|
lock should use public registry
|
7 years ago |
james.cryer
|
24e3a581a4
|
minor bump
|
7 years ago |
james.cryer
|
a8f4be0a80
|
2.5.0
|
7 years ago |
james.cryer
|
3f13b6c3e4
|
Remove peer dependency on canvas, use canvas-prebuilt #45
|
7 years ago |
James Cryer
|
9273843ad4
|
Merge pull request #108 from matteo-hertel/master
Fix node js example in the readme
|
7 years ago |
James Cryer
|
f5f0d3cd53
|
Merge pull request #104 from songlibo/master
Output the diff image along with the original images
|
7 years ago |
james.cryer
|
86fb554669
|
2.4.0
|
7 years ago |
james.cryer
|
f9bc27275f
|
Merge branch 'kamilbielawski-feature/88-add-ignore-alpha-option'
|
7 years ago |
Kamil Bielawski
|
0557962ab1
|
Add demo images with alpha; update README
|
7 years ago |
Kamil Bielawski
|
f3a6368673
|
Add ignoreAlpha option
|
7 years ago |
james.cryer
|
39c3ddd5ed
|
2.3.0
|
7 years ago |
james.cryer
|
fa1cf8f173
|
2.3.0
|
7 years ago |
james.cryer
|
c43c1adb3f
|
Merge branch 'kamilbielawski-feature/62-output-diff-portion-from-inputs'
|
7 years ago |
james.cryer
|
ff93232049
|
Merge branch 'feature/62-output-diff-portion-from-inputs' of https://github.com/kamilbielawski/Resemble.js into kamilbielawski-feature/62-output-diff-portion-from-inputs
|
7 years ago |
Matteo Hertel
|
b858315d9f
|
Fix node js example in the readme
|
7 years ago |
Kamil Bielawski
|
55ed24a782
|
Implement as new errorType
|
7 years ago |
james.cryer
|
74ee866e3b
|
Merge branch 'kamilbielawski-feature/62-output-diff-portion-from-inputs'
|
7 years ago |
Kamil Bielawski
|
c714960790
|
Update demo
|
7 years ago |
Kamil Bielawski
|
c3c62fa05b
|
Add outputDiff option
|
7 years ago |
Libo Song
|
705d030823
|
Output the diff image along with the original images for easy comparison.
|
7 years ago |
james.cryer
|
97cd894e4b
|
patch
|
7 years ago |
james.cryer
|
dd35f7ea83
|
2.2.6
|
7 years ago |
james.cryer
|
b89f33bbda
|
renamed params to make clearer
|
7 years ago |
james.cryer
|
10e968ea1d
|
Merge branch 'kamilbielawski-feature/100-compare-part-of-image'
|
7 years ago |
james.cryer
|
74585fcfb4
|
spacing and falsey
|
7 years ago |
james.cryer
|
35e5a2408c
|
Merge branch 'feature/100-compare-part-of-image' of https://github.com/kamilbielawski/Resemble.js into kamilbielawski-feature/100-compare-part-of-image
|
7 years ago |
james.cryer
|
407b1f31a5
|
bump patch
|
7 years ago |
james.cryer
|
ed6eab8814
|
Updated README
|
7 years ago |
james.cryer
|
e88df65043
|
CompareImages is a help not directly related to the tests
|
7 years ago |
james.cryer
|
4b94469100
|
Merge branch 'zol-master'
|
7 years ago |
james.cryer
|
15db0e01a2
|
Moved nodejs tests into nodejs folder
|
7 years ago |
james.cryer
|
c779a7e53d
|
Add docker file to run tests in an a Ubuntu container
|
7 years ago |
Kamil Bielawski
|
ac04a5741f
|
Add demo and update README; make code a bit more foolproof
|
7 years ago |
Kamil Bielawski
|
25e4eece17
|
Allow specifying bounding box for comparison
|
7 years ago |
Zoltan Olah
|
47a2f0cf27
|
Update README.md
|
7 years ago |
Zoltan Olah
|
b1ddc451e3
|
Adds Node.js support with tests
|
7 years ago |
Zoltan Olah
|
640de551cf
|
Makes Chai tests pass except CORS test
|
7 years ago |
james.cryer
|
f593c0e03c
|
patch version
|
8 years ago |
James Cryer
|
e496b5f94a
|
Merge pull request #97 from kilburn/master
Allow passing a pixel diff function as option
|
8 years ago |
Marc Pujol
|
81f41cb9c7
|
Allow passing a pixel diff function as option
|
8 years ago |
James Cryer
|
f81d673a1f
|
Merge pull request #96 from dx-pbuckley/minor-typo-and-consistent-colons
minor typo and consistent colons for example text
|
8 years ago |
Peter Buckley
|
70fc1081da
|
minor typo and consistent colons for example text
|
8 years ago |
james.cryer
|
405febb759
|
bump 2.2.3
|
8 years ago |
James Cryer
|
a7bf6226a8
|
Merge pull request #89 from flowtsohg/master
Less heap allocations
|
8 years ago |
Chananya Freiman
|
c9884357c9
|
Make loop() arguments match its signature.
It was just weird.
|
8 years ago |
Chananya Freiman
|
ea8ecd8b3a
|
Even less heap allocations
Removed allocations also from isAntialiased.
|
8 years ago |
Chananya Freiman
|
74d983cf26
|
Corrected the getPixelInfo call in isAntialiased
|
8 years ago |
Chananya Freiman
|
d929fb3b2c
|
Less heap allocations
Eliminated heap allocations in errorPixel, getPixelInfo, and analyseImages.
I have no test suite, but it seems to run roughly twice as fast.
|
8 years ago |