jQuery-GreyScale-Plugin
jQuery-GreyScale-Plugin copied to clipboard
Not working on chrome windows7
When I run the example.html from windows explorer, I see this error on console and it doesn't work. My system is win7 and browser is chrome.
Error message: Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data. greyScale.js:47
Which branch of the code base are you using? Try using the rewrite branch and let me know if the issue persists.
I have guessed the issue.
The url should be http://blah/blah/blah I had check on file://blah/blah/blah
Thank you.