Click here to Skip to main content
16,013,747 members
Articles / Programming Languages / C#
Article

Zoomer - Capture/Zoom/Add Filter/Choose Format/Save

Rate me:
Please Sign up or sign in to vote.
3.33/5 (6 votes)
20 Jun 20053 min read 83.6K   4.3K   51   14
An article on Zoomer - A tool to Capture/Zoom/Add Filter/Choose Format/Save Screenshots.

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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Cyprus Cyprus
Simpsons' fanatic.

Comments and Discussions

 
GeneralSome improvements Pin
lena1236-Feb-07 19:56
lena1236-Feb-07 19:56 
GeneralRe: Some improvements Pin
Polis Pilavas6-Feb-07 20:38
Polis Pilavas6-Feb-07 20:38 
GeneralRe: Some improvements Pin
lena1237-Feb-07 19:49
lena1237-Feb-07 19:49 
Questioncapture WMP screenshot? Pin
newpant21-Nov-05 4:21
newpant21-Nov-05 4:21 
AnswerRe: capture WMP screenshot? Pin
Polis Pilavas21-Nov-05 8:09
Polis Pilavas21-Nov-05 8:09 
QuestionCropping, automated? Pin
eclipse2k121-Jun-05 0:54
eclipse2k121-Jun-05 0:54 
Nice tool, missing an essential function, though...

When i make Screenshots of any specific window, i simply hold the ALT-Key while pressing the Print Screen Key, so i get a screenshot cropped to the exact dimensions of the focused Window, or Dialog (hey, this information might be useful since not all people know that).

Without the automatic cropping function in need to align the border of the Zoomer precisely which is quite time intensive - a lot more then opening MS Paint and paste the already cropped image.

This simple fact makes it quite useless for me.

You could include some window detection routines?
Just an idea for the future Versions Wink | ;)
AnswerRe: Cropping, automated? Pin
Polis Pilavas21-Jun-05 1:37
Polis Pilavas21-Jun-05 1:37 
GeneralYou might want to revisit your zips Pin
fwsouthern20-Jun-05 15:56
fwsouthern20-Jun-05 15:56 
GeneralRe: You might want to revisit your zips Pin
Michael Dillmann20-Jun-05 23:52
Michael Dillmann20-Jun-05 23:52 
GeneralRe: You might want to revisit your zips Pin
Polis Pilavas21-Jun-05 1:55
Polis Pilavas21-Jun-05 1:55 
GeneralRe: You might want to revisit your zips Pin
fwsouthern21-Jun-05 5:51
fwsouthern21-Jun-05 5:51 
GeneralRe: You might want to revisit your zips Pin
Polis Pilavas21-Jun-05 11:30
Polis Pilavas21-Jun-05 11:30 
GeneralNice tool, thanks Pin
Mark Focas20-Jun-05 14:56
Mark Focas20-Jun-05 14:56 
GeneralRe: Nice tool, thanks Pin
Polis Pilavas21-Jun-05 1:40
Polis Pilavas21-Jun-05 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.