I need to create a canvas element from a previously loaded image in the DOM. How I can do this with javascript?
The source of my images are on another server. Therefore I have Cross domain problems...
Thanks in advance !
|
I need to create a canvas element from a previously loaded image in the DOM. How I can do this with javascript? The source of my images are on another server. Therefore I have Cross domain problems... Thanks in advance ! |
||||
|
|
Here
Just pass |
|||
|
|
So I have created this fiddle that shows how to load images, cross domain and then display on canvas..
This JS shows how to load an image from another site.. |
|||||
|