In html is there a way to set an image's src directly from another image's data, rather than using the url (ie NOT image1.src = image2.src
)
cheers.
UPDATE After looking at the restrictions of data uri s I have decided that its not the way forward. I will probably have to draw onto a canvas instead.
thanks for all your help