WebShot: Full Website Screenshot Capturing Utility
June 14, 2006
This nice command line tool creates a screenshot of a webpage with a simple call:
webshot.exe /url "http://www.paessler.com/"
With this call I got a full size screenshot of our homepage in a breeze!
Below are the command line arguments that you can use with this utility.
| Argument | Description | Default Value |
| /url | Website url | Required |
| /out | Output image file | webshot.jpg |
| /width | Image width | Browser width |
| /height | Image height | Browser height |
| /bwidth | Browser width | Automatically determined |
| /bheight | Browser height | Automatically determined |
| /quality | Quality of output image (0-100) | 100 |
| /encoder | Image encoder (ie. png, gif, jpg, bmp) | jpg |
| /wait | Time to wait in ms after page is loaded | 0 |
By default the image width and height are taken from the browser width and
height. And by default the browser width and height are determined
automatically.
Entry Filed under: Uncategorized. .



Trackback this post | Subscribe to the comments via RSS Feed