“Website Screenshots & Thumbnails Extractor is an open source Windows application for extracting screenshots and thumbnails of sites. Work requires .NET Framework 3.5.
Key features:
extract screenshots and site thumbnails
the ability to set the size of images or choose from a list of standard resolutions
the ability to automatically save to the selected directory
masks for saved files
Appearance of the program:
')
You can also use the WebScreenshotExtractor class in your .NET applications:
int width = 1024; int height = 768; int thumbWidth = 150; int thumbHeight = 150; Uri uri = new Uri("http://microsoft.com/");
WebScreenshotExtractor web = new WebScreenshotExtractor(uri, width, height, thumbWidth, thumbHeight); web.ScrollingEnabled = false; web.MakeScreenshot();
PS If you have a desire to join the development of the program (creating a similar web service, refinement and improvement of functionality) - write in the comments.