Home » Web

Website Thumbnail Generator

4 December 2010 2,606 views 5 Comments
Requirements:
Apache (WAMP etc ) on Windows
Permission to execute .exe files
IE (tested on 9.0)
IECapt tool

Generally this situation comes when you need to take a plan etc details of a website. The Simplest way is to press the ‘Print Scrn’ button, but most of the sites today are long. Eventually you’ll need to take multiple screenshots and join them.

There are obviously online screenshot generators, but most of them provide low quality images or place you in a long queue. Here is a do-it-yourself trick.

You can download the script and IECapt.exe here IECapt Tool (Credits: Zubrag.com)

There are many options to configure like the size of thumbnail generated, default directory etc. You can edit the file webthumb.php using notepad.

Usage:

Extract the contents of zipped file and place it in a folder (lets say ‘image’) inside your apache root directory. Use IE, and type the following URL

http://localhost/image/webthumb.php?url=http://www.google.com/

If the output image exists in the directory path specified, it will display the image in browser itself

Similarly to generate any site thumbnail, type

http://localhost/image/webthumb.php?url=http://www.bing.com/

You can specify the size of thumbnail directly too

http://localhost/image/webthumb.php?url=http://www.google.com/&x=200&y=200

Related Posts Plugin for WordPress, Blogger...

  • Gaurav

    really useful :) thanks!

  • Aditya Bhiday

    what if you dont use windows? is there a linux alternative?

  • Shivam Verma

    Hi Vineet,

    Don’ t you think using the firefox addon ScreenGrab the task will be a lot easier. It might be a problem if you’re a non open source / IE follower but otherwise it can be a lot easier as compared to installing wamp and stuff. The Other good thing is that it’ll work on Linux too, if you a firefox 3.0 – 3.6 version installed.

    Cheers !

    • http://www.facebook.com/vineet.dhanawat Vineet Dhanawat

      Addons work great, no second thought. Sometimes i like using unconventional methods :P