IBlog<Johan>

Johan Danforth's Blog

Syndication

Random Links

Walkthroughs and Tutorials

[Tools] Cropper the C# Screen Capture Program

It doesn't really matter what language the tool is written in, but this program happens to be one of the smoothest screen capture utilities around, and it happens to be written in C#. I've been using it for months, and I have no plans to replace if for another cropper/clipper/capture tool.

It's available on CodePlex and there's also a Cropper Plugins project there with a bunch of more or less useful plugins :)

CropperUI

(picture from the Cropper CodePlex site)

Published Sunday, February 24, 2008 12:32 PM by jdanforth
Filed under:

Comments

# Cropper the C# Screen Capture Program - Johan Danforth's Blog@ Monday, February 25, 2008 9:33 AM

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: [Tools] Cropper the C# Screen Capture Program@ Monday, February 25, 2008 9:39 AM

Just this morning I was looking for a good screen capture software to aid in reporting bugs. I found zscreen, another c# open source software, before I got to this post in my ".NET Developers Blog"-feed. But after testing cropper I found that zscreen had a less intrusive workflow which is good for lowering the treshold on getting testers to document bugs properly. Pretty much "hotkey" -> "draw rectangle" -> done. It can upload the screenshot taken to ftp and then copy an url to clipboard. I had to do some minor tinkering to save to a network-path and still copy an url to clipboard (misusing the ftp-settings) but the source was so neat it was no hassle.

www.brandonz.net/.../zscreen

by Mattias

# re: [Tools] Cropper the C# Screen Capture Program@ Monday, February 25, 2008 9:33 PM

I've been using Greenshot. Fast, flexible and no installation. sourceforge.net/.../greenshot

by squorpeeon

# re: [Tools] Cropper the C# Screen Capture Program@ Tuesday, February 26, 2008 11:19 AM

cropper is one my my required dev setup apps. great for grabbing shots of pieces of code or parts of an app for business to look at.

by josh