I am trying to pull the image displayed in the DOM into an applet that will do some image processing (e.g. blur), show the updated image back in the DOM, and then print.
Is there a way in jquery to do this? I found in JSobject, I can get attributes of the image, but I couldn't see how to actually get the image into the applet. On the return route, I couldn't figure out how to get the applet to update the DOM with the new image. Any ideas?