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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -