Is it possible to dynamically create and modify images on a per pixel level in JavaScript (on client side)? Or has this to be done with ser
Also look at data URIs (though IE versions below 8 don't support them, unfortunately!)