james.cryer
4f1a8719f0
bump patch
9 years ago
james.cryer
1498110798
missing semi-colon
9 years ago
James Cryer
29164ff71c
Merge pull request #50 from benwick/master
...
Fix unloaded image issues, mostly in IE and Safari
9 years ago
benwick
fbdaa356df
Merge pull request #1 from benwick/benwick-patch-1
...
Fix unloaded image issues, mostly in IE and Safari
9 years ago
benwick
8c759b5ac5
Fix unloaded image issues, mostly in IE and Safari
...
Every now and then, the hiddenImage.onload function will fail, because the width and height of the hiddenImage are zero. The IE will throw an IndexSizeError in line 161, when it tries to get the image data. Safari fails silently. The reason for this is, that only the complete property is evaluated to consider the manual firing of the onload callback. But it can happen sometimes, that the complete property is true, but width and height are not calculated yet. So I added an extra test for the naturalWidth of the image. See also here: http://stackoverflow.com/questions/1977871/check-if-an-image-is-loaded-no-errors-in-javascript#answer-1977898
9 years ago
james.cryer
82b42a60ce
forgot to bump bower package
9 years ago
james.cryer
61544bb617
Bump major because of previous contract change via UMD
9 years ago
james.cryer
a5135ff355
bump patch
9 years ago
James Cryer
d3e0474cbf
Merge pull request #48 from wbinnssmith/wbinnssmith/umd
...
Add UMD wrapper for module loaders
9 years ago
Will Binns-Smith
127e8be80e
Add UMD wrapper for module loaders
9 years ago
James Cryer
e95dbf52a4
1.3.0
9 years ago
James Cryer
46eb10bf95
Merge pull request #44 from tsteur/patch-1
...
Fix ignore nothing still defines a tolerance
9 years ago
Thomas Steur
75ba9c1a28
Fix ignore nothing still defines a tolerance
10 years ago
James Cryer
a89d23ccfb
Merge pull request #37 from pborreli/typos
...
Fixed typos
10 years ago
Pascal Borreli
7625896bfb
Fixed typos
10 years ago
James Cryer
c7aed09ba1
bump patch
10 years ago
James Cryer
702931123c
Merge pull request #35 from azer/master
...
Read document variable by checking if it exists
10 years ago
James Cryer
6526e1347b
Merge pull request #34 from danvk/master
...
Record the bounding box of the diff while calculating it.
10 years ago
E.Azer Koçulu
85e2fe1228
Read document variable by checking if it exists
10 years ago
Dan Vanderkam
9102fa71b9
Record the bounding box of the diff while calculating it.
10 years ago
James Cryer
943c8bed15
Bump minor
10 years ago
James Cryer
d517565aef
Merge branch 'Shadowblazen-master'
10 years ago
James Cryer
b304421eb3
Merge branch 'master' of https://github.com/Shadowblazen/Resemble.js into Shadowblazen-master
10 years ago
James Cryer
bf411df19a
Merge branch 'johnpduane-master'
10 years ago
James Cryer
50955ffa37
Merge branch 'master' of https://github.com/johnpduane/Resemble.js into johnpduane-master
10 years ago
James Cryer
07add15c1e
Merge branch 'kamilbielawski-distance_based_intensity'
10 years ago
James Cryer
cf3661ab05
Renamed difference intensity properties
10 years ago
Kamil Bielawski
09c923dbba
Added two distance-based types of errorPixelTransform
10 years ago
John Duane
b6fe577f6b
Call hiddenImage.onload if image is cached.
10 years ago
James Cryer
11aca10d20
patch
10 years ago
James Cryer
47281658d2
fixes #26 Transparency default value bug when zero
10 years ago
Shadowblazen
e6dab9aaf0
Updated crossorigin settings
...
The crossorigin settings are currently breaking image tests in Firefox and Safari when the images are not cross-domain (e.g. images specified as base64 strings, or using relative pathing).
This change enables CORS on the image if and only if the image is 1) specified using absolute pathing with the HTTP or HTTPS protocol and 2) the image is from a different domain than resemble.js is being run on.
10 years ago
James Cryer
4b2766cd0c
tidy and bump
10 years ago
James Cryer
12a07912bd
Merge branch 'master' of https://github.com/Huddle/Resemble.js
10 years ago
James Cryer
974c564796
Merge pull request #24 from darkhorse166/master
...
Updated image data loader to accept ImageData directly, pixelCount typo
10 years ago
Norman Ma
4610e8bb36
Updated image data loader to accept ImageData directly, pixelCount typo
10 years ago
James Cryer
bbebbf4124
Merge pull request #23 from doryphores/fix-largeimagethreshold
...
Fix how largeImageThreshold option is set
10 years ago
James Cryer
70c8a877e5
Merge branch 'master' of https://github.com/Huddle/Resemble.js
10 years ago
Martin Laine
7bb1c8c742
Fix how largeImageThreshold option is set
10 years ago
James Cryer
4e56f0e0ba
Merge pull request #22 from doryphores/large-image-threshold-option
...
Add largeImageThreshold option to control when to skip pixels
10 years ago
Martin Laine
2d11034368
Add largeImageThreshold option to control when to skip pixels
10 years ago
James Cryer
4ff3835556
Merge branch 'master' of https://github.com/Huddle/Resemble.js
11 years ago
James Cryer
6581f55cfe
bump
11 years ago
James Cryer
5ce379b34e
Merge pull request #20 from bobylito/master
...
Add support for cross origin
11 years ago
Alex S
3de4d49ced
Add support for cross origin
...
Both side of a cross origin request should be aware of it. It is done on
the client side through a crossOrigin attribute on the image.
http://stackoverflow.com/questions/12947361/cors-settings-for-images-in-canvas
https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
11 years ago
James Cryer
aba174658e
Implemented output settings as suggested by amolgkulkarni
11 years ago
David Hale
8e5cdfcc9c
Update main.js
11 years ago
James Cryer
a1320a00ab
readme
11 years ago
James Cryer
ae9559142e
adding bower package
11 years ago
James Cryer
46020a9013
package name
11 years ago