I wonder if there is any way to convert a web page (from any given URL) into an image?
this is basically equivalent to taking a "screenshot" of the page after opening it.
There is a method to do it in firefox, using an extension; I can draw the DOM contents onto a Mozilla Canvas. But I'm wondering if there is any way to do it as a standalone application.