javascript - Is it possible to import an image into canvas from a different domain that does not support CORS -


i want import picture different domain not support cors. picture supposed go canvas can change colors.

is possible?

thanks in advance

no. if use proxy or such. otherwise violate same-origin policy.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

javascript - AngularJS - Uncaught Error: [$injector:modulerr] Failed to instantiate module -

ios - Swift Array Resetting Itself -