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
James Cryer
ba339acfbf
adding
11 years ago
James Cryer
0d68667b29
Merge pull request #13 from jbalsas/ie_support
...
Add IE support (Fix #12 )
11 years ago
Chema Balsas
0cbce26e3d
Add IE support
11 years ago
James Cryer
f7c27f7bf5
Added alpha support
11 years ago
James Cryer
e5ace5ecff
Aways calculate dimension difference so that client doesn't not need to guard against undefined object.
11 years ago
Roman Bruckner
84a927c4d4
update README.md
11 years ago
Roman Bruckner
c71bbd2355
expose the difference if dimensions are not the same
11 years ago
James Cryer
9773e180bb
Updated comment header
11 years ago
Dr. Kibitz
40f531415b
Allow passing src to load image bypassing fileReader
11 years ago
Dr. Kibitz
a04472832a
Add 'use strict', fix global leak
11 years ago
James Cryer
81ff7adb71
updated README
12 years ago
James Cryer
36784309f3
better compare for images of different sizes
12 years ago
James Cryer
5ab2f4710e
fixed image ref
12 years ago
James Cryer
6d499c4a7c
Added images for compare example
12 years ago
Richard Owen
50c1cdab67
Add MIT license.
12 years ago
James Cryer
892770e06d
updated js header
12 years ago
James Cryer
e97dd89fbc
fixed README link
12 years ago
James Cryer
d13f8c369b
Merge branch 'master' into gh-pages
12 years ago
James Cryer
57b2f87b8c
fixing links
12 years ago
James Cryer
fe90ebb111
pushing to gh-pages
12 years ago
James Cryer
610a246e75
updating demo and other tweaks
12 years ago
James Cryer
2fc2fed647
antialising sensitivity tweak
12 years ago
James Cryer
5d5df570b8
performance tweaks
12 years ago
James Cryer
f0a15916b6
I think antialising is working
12 years ago
James Cryer
a16d7b00e1
changed readme
12 years ago
James Cryer
04b6b74e3e
added files
12 years ago
James Cryer
760e6aad9d
first commit
12 years ago