"Websites Screenshots & Thumbnails Extractor" is released on CodePlex!
Hello, all!
This is my first project I publiched on the CodePlex but I hope not the last [:)]. May be you know about my big interest to the different extracting things and the "Websites Screenshots & Thumbnails Extractor" project is one of the results of it. As it is my first project on the CodePlex please don't kick me very hard [:)].
CopePlex project url: http://www.codeplex.com/ScreenshotsExtractor.
So, "Websites Screenshots & Thumbnails Extractor" is a windows-based application written on C# 3.5.
It has the following features:
- extracting screenshots and thumbnails from the selected websites;
- oppurtunity to select size from the list of standard predefined formats;
- oppurtunity to set size manually both for the screenshots and thumbnails;
- automatically saving to the selected ditectory;
- oppurtunity to define saving masks.
How to use:
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(); // pictureBox, thumbBox - your Image controls pictureBox.Image = web.GetImage(); thumbBox.Image = web.GetThumbnail();
Software screenshot:
And the result images for the site http://microsoft.com (decreased):
And thumbnail:
Future plans:
- add proxy support;
- add Print Screen functionality (almost done);
- different image formats support;
- improve saving features.
Will be thankful for the feedbacks.
Компании из статьи
Microsoft Украина | Украинское подразделение компании Microsoft. |