How can I get an MD5 checksum of an image at a specific URL in JavaScript? I would like to write a function like this:
var checksum = imageMD5Checksum('http://link.to/image.jpg');
which would return an MD5 checksum string of the image (e.g. 'f0bf4ed11b011217bdb46f8d7b08dea2').