Skip to main content
Email Password   helpLost your password?

Zoomer Screenshot

Introduction

This is a small application for taking screenshots interactively without much of a hassle, developed under C# and .NET Framework v1. I was quite surprised when I found myself using it a lot more than I initially thought I would. I want to believe that is it quite straight-forward to use and pleasant to work with. It really comes in handy whenever you have to take screenshots of whatever is on your screen without having to capture the whole screen and then crop/edit the image so that it ends up to the correct size and shape.

Anyways, enough of this unnecessary introduction, let's just get to the good part.

Background

Zoomer is a somewhat lighter version of the Cropper tool which lets you do similar sort of things. (Let me say here, that this application tries by no means to mimic or replace Cropper which I think it's way cooler than this one!). A variety of controls (from CodeProject) make up some important parts of Zoomer (such as an Image Processing library) and are developers' individual work, which I don't claim to be mine. After all, Zoomer is just a free-ware project for fun and is not to be distributed commercially or anything similar.

Note: All controls used can be found in the source (references part) or in the binaries ZIP file (which includes the executable file along with each used .dll). Thank you guys for all of the wonderful controls that made the whole process of writing Zoomer a lot easier!

Using Zoomer / Available Features

As I already said, I think that Zoomer is quite straightforward to use.

After you position the grayed-out area of the main form above whatever you want to capture (you can check the image size in pixels as you resize the form), you set a zoom factor, apply a filter, and hit the capture button. You can then save the image in any of several image formats. Right-click on Zoomer all of the currently available options (the Capture process can also be activated through the context menu).

What I found really useful is the fact that Zoomer stays always on top of any other window so that it allows you to resize/move whatever you are about to capture without hiding Zoomer in the background.

The following is a list of Zoomer's available features:

  1. Choose screenshot size interactively.
  2. Apply zoom factor (up to 50% currently).
  3. Apply one filter (next version will allow for filter combinations).
  4. Preview whatever you are about to capture in a different window (preview selected zoom/filter).
  5. Choose image format to save screenshot (JPG, BMP, PNG,...).

Points of Interest

Due to the UI design of Zoomer, currently you won't be able to capture screenshots less than 270x2 in size.

History

This is the first version of Zoomer (v1.0).

Hope you enjoy using it! Any feedback would be much appreciated.

Thanks.

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralSome improvements Pin
lena123
20:56 6 Feb '07  
GeneralRe: Some improvements Pin
Polis Pilavas
21:38 6 Feb '07  
GeneralRe: Some improvements Pin
lena123
20:49 7 Feb '07  
Generalcapture WMP screenshot? Pin
newpant
5:21 21 Nov '05  
GeneralRe: capture WMP screenshot? Pin
Polis Pilavas
9:09 21 Nov '05  
GeneralCropping, automated? Pin
eclipse2k1
1:54 21 Jun '05  
GeneralRe: Cropping, automated? Pin
Polis Pilavas
2:37 21 Jun '05  
GeneralYou might want to revisit your zips Pin
fwsouthern
16:56 20 Jun '05  
GeneralRe: You might want to revisit your zips Pin
Michael Dillmann
0:52 21 Jun '05  
GeneralRe: You might want to revisit your zips Pin
Polis Pilavas
2:55 21 Jun '05  
GeneralRe: You might want to revisit your zips Pin
fwsouthern
6:51 21 Jun '05  
GeneralRe: You might want to revisit your zips Pin
Polis Pilavas
12:30 21 Jun '05  
GeneralNice tool, thanks Pin
Mark Focas
15:56 20 Jun '05  
GeneralRe: Nice tool, thanks Pin
Polis Pilavas
2:40 21 Jun '05  


Last Updated 20 Jun 2005 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009