You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
When I load image from other site(I have to do that), canvas throw Error like " Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': the canvas has been tainted by cross-origin data. ",
after I do some research , I know it should not put image.src = URL before canvas.drawImage,but computeSegmentation need real imageData.
What can I do with this issue??
P.S. I must use this site image and can not save it on local
The text was updated successfully, but these errors were encountered:
When I load image from other site(I have to do that), canvas throw Error like " Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': the canvas has been tainted by cross-origin data. ",
after I do some research , I know it should not put image.src = URL before canvas.drawImage,but computeSegmentation need real imageData.
What can I do with this issue??
P.S. I must use this site image and can not save it on local
The text was updated successfully, but these errors were encountered: