Possible Duplicate:
Get image data in Javascript?
Convert an image into binary data in javascript
I have:
A string containing a link to an image on a remote server.
I want:
To 'get' this image, purely through client-side Javascript, and convert it to a base64 dataURL representation.
Is this possible? How?