Hey all,
I'm trying to figure out how to take a screenshot of a site using some kind of script. Ie: give it http://www.google.com, get back a .png/.jpg of google.com.
I've seen this feature on the new google search results preview and a few other places.
Couldn't really find much after googling, has anyone tried to do this before?
http://labs.qt.nokia.com/2008/11/03/thumbnail-preview-of-web...
What you'd want to do is make a little server that does the same thing but can serve the resulting image, or just a simple utility that makes the thumbnails on demand and just saves them as images and call that from your web app.