I’ve ported over the thumbnailer to php and C#. What can this thumbnailer do? The php page asks you for a url and image name, you type those in, hit get image, the php speaks with the .exe that takes a screenshot of a page in 1280 x 1024 mode and reduces the image to whatever size the user desires. The php then reloads that image on to the same page the form was on. Presto! A thumbnail of any page you desire, in about 5 seconds after hitting the Get Image button.
Next Step: I need to streamline the code a bit, add in error handling, some security and make the .exe a little more dynamic so we can do whatever we want with the image on our project. This could be as simple as loading the image up, or having an image appear upon hovering over a link.