Screenshot Taking Tools - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T14:03:00Zhttp://stackoverflow.com/feeds/question/26183http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/26183/screenshot-taking-tools28Screenshot Taking ToolsKrishna Kumar2008-08-25T15:05:39Z2009-11-01T14:40:17Z
<p>What are the good screenshot taking tools available (open source and commercial)?</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26188#2618870Answer by Michael Pryor for Screenshot Taking ToolsMichael Pryor2008-08-25T15:08:06Z2009-10-20T01:37:31Z<h2>FREE </h2>
<p>On Windows, you can hit <strong>ALT-PrtScr</strong> (capture the current window) or just <strong>PrtScr</strong> (capture the entire screen) and this will copy that image to the clipboard, after which you can paste it into any image program like Photoshop or even Paint (<em>Start->Run->"mspaint"</em>).</p>
<p>On Vista, you can use the included <strong><a href="http://lifehacker.com/software/windows-vista/windows-vista-tip--take-screenshots-with-the-snipping-tool-228885.php" rel="nofollow">Snipping Tool</a></strong>. <sup><a href="http://beta.stackoverflow.com/users/1314/akmad" rel="nofollow">akmad</a></sup><br /><strong><a href="http://www.fiastarta.com/PrtScr/index.html" rel="nofollow">PrtScr</a></strong>, another free option can also capture overlay windows, which Snipping Tool cannot.</p>
<p><strong><a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a></strong>, is a free open source .NET screen capture tool written in C#.</p>
<p>SnagIt's free cousin, <strong><a href="http://www.jingproject.com" rel="nofollow">Jing</a></strong> works on Mac and Windows and will also capture video. <sup><a href="http://beta.stackoverflow.com/users/1786/john-sheehan" rel="nofollow">John Sheehan</a></sup></p>
<p><a href="http://www.bugshooting.com/web/" rel="nofollow">Bug Shooting</a> is a useful free tool, especially if you use FogBugz, Gemini, BugTacker, or OnTime. </p>
<p>Firefox has an add-on called <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">Screengrab</a></strong> <sup><a href="http://beta.stackoverflow.com/users/269/sparkes" rel="nofollow">sparkes</a></sup> and also <strong><a href="http://screenshot-program.com/fireshot" rel="nofollow">Fireshot</a></strong>.<br /><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3408" rel="nofollow">Abduction</a></strong> is another Firefox add-on for capturing long web pages as one single image. <sup><a href="http://beta.stackoverflow.com/questions/26183/screenshot-taking-tools#26249" rel="nofollow">Ross</a></sup></p>
<p><strong><a href="http://www.mirekw.com/winfreeware/mwsnap.html" rel="nofollow">MWSnap</a></strong>. It's getting on in years, but still gets the job done with a fairly nice array of features. Still the screen capture tool I used the most.</p>
<p>On a Mac, screenshot taking is built in. Press <strong>Command-Shift-4</strong>. The image will be saved as a PNG on the desktop. (<a href="http://graphicssoft.about.com/od/screencapturemac/ht/macscreenshot.htm" rel="nofollow">more info</a>)</p>
<h2>PAID</h2>
<p><strong><a href="http://snagit.com" rel="nofollow">SnagIt</a></strong> from TechSmith is $50, and is a good choice for Windows. It's written in Delphi. <sup><a href="http://beta.stackoverflow.com/users/64/david-in-dakota" rel="nofollow">David in Dakota</a></sup></p>
<ul>
<li>It has an image editor so it's nice if you need to annotate / mark the screen grabs that you take.</li>
<li>It measures the area you're grabbing in pixels - a lot of web developers in our group use it as a measuring tool, not just a screen shot tool.</li>
<li>It does delayed capture which is useful for getting context menus etc as a part of your screen grabs.</li>
<li>It can screen grab scrolling windows which is very handy.</li>
<li>It has <a href="http://www.techsmith.com/snagit/accessorycategory.asp?catID=1" rel="nofollow">outputs</a> so you can send images to Flickr, Blogger, MSExcel, Skype, FogBugz, etc.</li>
</ul>
<p><strong><a href="http://www.windowclippings.com/" rel="nofollow">WindowClippings</a></strong> is $18 and will grab a shot of a window without any background and also add a watermark.</p>
<p><strong><a href="http://www.ntwind.com/software/winsnap.html" rel="nofollow">WinSnap</a></strong> is ~$25 and allows you to simultaneously select and capture multiple objects (e.g. windows, dialogs, buttons and controls).</p>
<p><strong><a href="http://www.faststone.org/FSCaptureDetail.htm" rel="nofollow">FastStone Capture</a></strong> is ~$20 and has a few nice image editing tools.</p>
<p><strong><a href="http://freshlog.com/" rel="nofollow">FreshLog</a></strong> is ~$15 and will import to almost any issue tracker.</p>
<p><hr /></p>
<p>For more detailed info, you can also reference the Wikipedia article on <a href="http://en.wikipedia.org/wiki/Screenshots" rel="nofollow">screenshots</a>.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26189#261895Answer by bdukes for Screenshot Taking Toolsbdukes2008-08-25T15:08:39Z2008-08-25T15:08:39Z<p>Per <a href="http://www.hanselman.com/tools" rel="nofollow">Scott Hanselman</a>:</p>
<blockquote>
<p>WinSnap and Window Clippings - I'm torn between two of the finest screenshot utilities I've ever found. Free, clean, fast and tight, WinSnap has as many (or as few) options as you'd like. Also does wonders with rounded corners and transparency. It includes a 32-bit and 64-bit version, as well as a portable no-install version. However, Window Clippings also has no install, includes 32 and 64-bit and is only $10. It's a tough one. I use Window Clippings at least daily, and I use WinSnap a few times a week. Kenny Kerr of Window Clippings is actively adding new features and has a nice clean add-in model on his Developers site. Both these apps are worth your download. </p>
</blockquote>
<p>I don't think either of them are free anymore, but they're both nice. Also don't forget the clipping tool in Vista.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26190#261903Answer by sparkes for Screenshot Taking Toolssparkes2008-08-25T15:09:11Z2008-08-25T15:09:11Z<p>I've found myself using <a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">ScreenGrab! a firefox plugin</a> a load just recently although generally I use Print Screen/Sys Req under Windows and X and edit the result.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26191#261910Answer by Pascal for Screenshot Taking ToolsPascal2008-08-25T15:09:14Z2008-08-25T15:09:14Z<p><a href="http://www.visoracle.com/download/free/screenshot_.html" rel="nofollow">Here</a> you go.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26193#261934Answer by akmad for Screenshot Taking Toolsakmad2008-08-25T15:09:58Z2008-08-25T15:09:58Z<p>If you're running Vista, use the included Snipping Tool. It's free and, for simple usages, works great.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26194#261946Answer by Zack Peterson for Screenshot Taking ToolsZack Peterson2008-08-25T15:10:17Z2008-08-25T15:10:17Z<p>I use the Print Screen key and Adobe Photoshop.</p>
<p>Alt+Print Screen captures only the active window.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26197#261970Answer by Josh Miller for Screenshot Taking ToolsJosh Miller2008-08-25T15:11:22Z2008-08-25T15:11:22Z<p>If you want simple and free give Snippy a shot.
<a href="http://www.bhelpuri.net/Snippy" rel="nofollow">http://www.bhelpuri.net/Snippy</a>
You can select either a box or a lasso to capture.
You can optionally have it give your Screenshot a boarder. Makes it a bit more clean if you are going to put it in an email or word doc.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26208#262081Answer by Bill the Lizard for Screenshot Taking ToolsBill the Lizard2008-08-25T15:15:26Z2008-08-25T15:15:26Z<p>What are your needs? If I need a quick one-off of my screen to include in a document I just use Print Screen (Alt-Print Screen to get only the active window) and paste into GIMP to get what I need.</p>
<p>If you need something a little more sophisticated (automated screenshots at set intervals), I've used <a href="http://www.techsmith.com/screen-capture.asp?CMP=KgoogleStmhome" rel="nofollow">SnagIt</a> in the past. It works pretty well, but the free version only gives you a limited number of trials (30 if I remember right).</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26213#262131Answer by David in Dakota for Screenshot Taking ToolsDavid in Dakota2008-08-25T15:17:33Z2008-08-25T15:17:33Z<p>Just to add a few more notes on Snagit, which is already mentioned but which has features that propel it far beyond the ALT + PrintScreen: </p>
<ol>
<li><p>It has an image editor so it's nice if you need to annotate / mark the screen grabs that you take.</p></li>
<li><p>It measures the area you're grabbing in pixels - a lot of web developers in our group use it as a measuring tool, not just a screen shot tool.</p></li>
<li><p>It does delayed capture which is useful for getting context menus etc as a part of your screen grabs. </p></li>
<li><p>It can screen grab scrolling windows which is <em>very</em> handy.</p></li>
</ol>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26215#262150Answer by Juan Manuel for Screenshot Taking ToolsJuan Manuel2008-08-25T15:18:07Z2008-08-25T15:18:07Z<p>I'm using PrtScr... it works fine for my needs... can capture square and free-hand portions of the screen... also, it pop ups automatically when you press Print Screen in the keyboard...</p>
<p><img src="http://www.juanformoso.com.ar/images/prtscr.jpg" alt="PrtScr" /></p>
<p>(If I had Vista at work, I'd use its snipping tool, which is great)</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26218#262183Answer by Daniel for Screenshot Taking ToolsDaniel2008-08-25T15:18:42Z2008-08-25T15:18:42Z<p>Kenny Kerr's <a href="http://www.windowclippings.com/" rel="nofollow">Window Clippings</a> for grabbing an entire window, without a background. or Windows Vista's <a href="http://en.wikipedia.org/wiki/Snipping_Tool" rel="nofollow">Snipping Tool</a> for quick grabs.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26222#262220Answer by John Sheehan for Screenshot Taking ToolsJohn Sheehan2008-08-25T15:20:03Z2008-08-25T15:29:05Z<p><a href="http://jingproject.com" rel="nofollow">Jing</a> is made by the Snag It people, but is just the bare essentials. It has capture of images and short video, easy saving and sharing and basic editing/markup tools. And it's free. It's a really great product.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26248#262481Answer by Mike Deck for Screenshot Taking ToolsMike Deck2008-08-25T15:27:48Z2008-08-25T15:27:48Z<p>On Windows I always use <a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a>, it's free and has a great interface that allows you to select exactly what part of the screen you want to capture and then save it off to a number of different formats.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26249#262491Answer by Ross for Screenshot Taking ToolsRoss2008-08-25T15:27:57Z2008-08-25T15:27:57Z<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3408" rel="nofollow">Abduction!</a> is a useful tool for capturing web pages.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26250#262501Answer by Will for Screenshot Taking ToolsWill2008-08-25T15:28:05Z2008-08-25T15:28:05Z<p>I like <a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a>. Its got some decent plugins, and is an open source .NET app, which I like to support.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26252#262523Answer by ila for Screenshot Taking Toolsila2008-08-25T15:29:10Z2008-08-25T15:29:10Z<p>There is a good clipping utility in Office OneNote. It grabs the portion of screen that you select with your mouse and inserts right below the captured image some info related to the operation. Useful if you use Office, because of the integration of the various tools.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26254#262543Answer by Mark Biek for Screenshot Taking ToolsMark Biek2008-08-25T15:29:36Z2008-08-25T15:29:36Z<p>I've always liked the <a href="http://www.fogcreek.com/FogBugz/docs/60/topics/basics/Capturescreenshots.html" rel="nofollow">FogBugz Screenshot Tool</a>, mainly for the ability to feed screenshots straight into FogBugz cases.</p>
<p>It also allows saving a screenshot to a file.</p>
<p>For a more full featured tool, Snagit seems to be one of the better choices.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26258#262580Answer by Dillie-O for Screenshot Taking ToolsDillie-O2008-08-25T15:31:00Z2008-08-25T15:31:00Z<p>I've been using <a href="http://qliner.com/hotkeys/" rel="nofollow">QLiner Hotkeys</a> Screen shot tool/plugin. It allows you to quickly vary the size, gives you a nice grid to get the proper dimensions you're looking at. In addition, you have a great quick launch tool to boot!</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26274#262742Answer by Titanous for Screenshot Taking ToolsTitanous2008-08-25T15:38:50Z2008-08-25T15:38:50Z<p>I use <a href="http://www.donationcoder.com/Software/Mouser/screenshotcaptor/index.html" rel="nofollow">ScreenShot Captor</a> (free donationware) on Windows and <a href="http://skitch.com/" rel="nofollow">Skitch</a> on OS X (free public beta). </p>
<p><strong>Screenshot Captor</strong> Features:</p>
<ul>
<li>Optimized for taking lots of screenshots with minimal intervention.</li>
<li>Smart autonaming of files, and ability to embed textual comments in files.</li>
<li>Good multi-monitor support.</li>
<li>Highly configurable to make it work the way you want it to; stays out of your way in the system tray.</li>
<li>Lots of capture modes: Multimon (multiple monitors), Desktop, Active Window, Region, Windows Object. Each mode has a hotkey for quick access.</li>
<li>Unique Cool Effects, including automatic active window enhancement (see pictures below).</li>
<li>Unsurpassed support for 3rd party user configurable tools, including file browsers and image editors; extend the program to do whatever you need by interfacing it with other programs.</li>
<li>Slimline sidebar file browser provides full shell operations.</li>
<li>Optional automatic image file versioning. </li>
<li>Automatically finds boundaries of non-rectangular/themed windows.</li>
<li>Autoscroll capture for windows too big for screen.</li>
<li>Deluxe thumbnail maker.</li>
<li>Quick PostCapture PopUp Dialog.</li>
<li>Quick Screenshot Emailer Menu.</li>
</ul>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26351#263510Answer by csmba for Screenshot Taking Toolscsmba2008-08-25T16:32:17Z2008-08-25T16:32:17Z<p>FREE WinSnap is the best. </p>
<p>It is true (as people pointed) winSnap is not free anymore, but you can stil (leagaly) use the free version, you simply don't get updates and it is frozen in time. Just search for <strong>winSnap v1.1</strong> (notice not all Google hits are truly 1.1, pay attention).</p>
<p>second runner up is Cropper</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26630#266300Answer by Pandincus for Screenshot Taking ToolsPandincus2008-08-25T18:49:43Z2008-08-25T18:49:43Z<p>I'm a huge fan of <a href="http://www.jingproject.com/" rel="nofollow">Jing</a>. Although it doesn't offer very many features, it makes sharing screenshots extremely easy. As soon as you grab a screen capture, it uploads the image to screencast.com, and then copies a link to your clipboard so that you can paste it into an email or instant message.</p>
<p>Alternatively, you can copy the image directly to your clipboard, or you can upload it to an FTP server.</p>
<p>Best of all, its free :-D</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/26660#266600Answer by John Sheehan for Screenshot Taking ToolsJohn Sheehan2008-08-25T19:06:00Z2008-08-25T19:06:00Z<p><a href="http://www.skitch.com" rel="nofollow">Skitch</a> is also popular for mac users</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/27188#271880Answer by mayan for Screenshot Taking Toolsmayan2008-08-26T01:05:33Z2008-08-26T01:05:33Z<p>Hello to you all! I use regularly <a href="http://www.wisdom-soft.com/sh/sh_free.htm" rel="nofollow">ScreenHunter free</a>. The only nuisance is the lack of PNG support. Apart from that it's great - offers great capturing tool with zoom and visually different borders, supports auto-naming of the created files, custom key shortcuts.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/27203#272030Answer by Kibbee for Screenshot Taking ToolsKibbee2008-08-26T01:27:56Z2008-08-26T01:27:56Z<p>I'll go with Ross and recommend <a href="https://addons.mozilla.org/en-US/firefox/addon/3408" rel="nofollow">Abduction</a>. It lets you capture an entire web page, no matter how long it is, as a single image.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/27464#274641Answer by Chris B-C for Screenshot Taking ToolsChris B-C2008-08-26T05:49:25Z2008-08-26T05:49:25Z<p>On a Mac they're all built in:</p>
<p><img src="http://www.bennettscash.id.au/Picture%201.png" alt="alt text" /></p>
<p>At work I use Hypersnap, which provides pretty much the same features (along with some more advanced ones) for Windows - <a href="http://www.hyperionics.com/" rel="nofollow">A free trial</a> is available, but the full version costs about $35.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/27488#274881Answer by Henrik Paul for Screenshot Taking ToolsHenrik Paul2008-08-26T06:33:04Z2008-08-26T06:33:04Z<p>For the Mac, aside from the usual [meta-]shift-cmd-3/4 keyboard shortcuts, there's a bundled utility called Grab that can help. Grab might be easier to remember and find (just press cmd-space and write "grab" into Spotlight) and it also has timed screenshots, which you can't achieve with the shortcuts.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/27636#276360Answer by JonnyGold for Screenshot Taking ToolsJonnyGold2008-08-26T09:35:00Z2008-08-26T09:35:00Z<p>The free version of <a href="http://www.evernote.com/" rel="nofollow">Evernote</a> has a built-in screen capture tool. Also, you could get a free version of Snagit 7. You just had to download it and register for a license. I'm not sure this is still available.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/28633#286330Answer by Damien B for Screenshot Taking ToolsDamien B2008-08-26T17:08:18Z2008-08-26T17:08:18Z<p>I havent's seen this one mentionned, so here we go: <a href="http://www.mirekw.com/winfreeware/mwsnap.html" rel="nofollow">MWSnap</a> (old, but very reliable) free, but not open source. PrtScr is gorgeous but tend to crash very often on my primary computer.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/28641#2864114Answer by Simucal for Screenshot Taking ToolsSimucal2008-08-26T17:10:56Z2008-08-27T00:41:49Z<p>+1 for <a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a>. Free, Lightweight, Open Source, Written in C#.</p>
<p><img src="http://img352.imageshack.us/img352/726/cropperuijt3.png" alt="alt text" /></p>
<p>It also has a strong plugin community!
Here is a list of some of the free plugins for Cropper:</p>
<ol>
<li>AnimatedGif - Captures to an animated GIF image.</li>
<li>AviFormat - Captures to an AVI movie.</li>
<li>CountdownPng - Gives you a countdown before taking the shot to allow you to set it up.</li>
<li>SendToEmail - Sends the image via the default e-mail client.</li>
<li>SendToFlickr - Sends captures to one's Flickr account</li>
<li>SendToOneNote - Sends captures to a page in OneNote</li>
<li>SendToS3 - Sends captures to one's Amazon S3 account</li>
<li>SendToTinyPic - Sends captures to TinyPic</li>
<li>TFSWorkItem - Creates a Team Foundation Server work item with the captures image as an attachment.</li>
</ol>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/29269#292691Answer by Ian Robinson for Screenshot Taking ToolsIan Robinson2008-08-27T00:46:53Z2008-08-27T00:46:53Z<p>I've found that using the snipping tool in Vista combined with Outlook/Word is incredibly fast and easy. I habitually take screenshots for clients and add a drop shadow and resize in Outlook.</p>
<p>I can't tell you how many times a day I do this:</p>
<pre><code>winkey -> "snip" -> [enter] -> choose snipping area -> alt+tab to email -->
ctrl+v -> apply drop shadow -> resize -> done!
</code></pre>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/29305#293050Answer by qwertyuu for Screenshot Taking Toolsqwertyuu2008-08-27T01:18:07Z2008-08-27T01:18:07Z<p>I am also using <a href="http://www.donationcoder.com/Software/Mouser/screenshotcaptor/" rel="nofollow">Screenshot Captor</a>. It is light, fast, have plenty of options to configure the screenshot you want and the image quality is very good. One nice feature I don't see in other screenshot app is the ability to capture one whole, long web page in a single grab. No need to use photoshop to stitch different grab.</p>
<p>The only thing I don't like about it is the not so beautiful interface, like the snazzy looking <a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a>.</p>
<p>On Firefox, I will just use <a href="https://addons.mozilla.org/en-US/firefox/addon/1146" rel="nofollow">Screengrab</a>. </p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/36363#363630Answer by yoavf for Screenshot Taking Toolsyoavf2008-08-30T21:33:48Z2008-08-30T21:33:48Z<p><a href="http://screenshot-program.com/fireshot" rel="nofollow">Fireshot</a> is an amazing add-on for Firefox (and IE).</p>
<p>Among other features:</p>
<ul>
<li>It can capture whole page/area (including flash)</li>
<li>It can crop/edit/highlight/add text/annotate</li>
<li>It can email capture, or upload directly to an Image host (see example below)</li>
</ul>
<p><img src="http://uploads.screenshot-program.com/upl6413341713.png" alt="Fireshot" /></p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/36405#364050Answer by mc6688 for Screenshot Taking Toolsmc66882008-08-30T22:21:01Z2008-08-30T22:21:01Z<p>If you're using Windows and have OneNote installed, <strong>Windows Key + S</strong> allows you to take/crop a screenshot. I've found it incredibly useful.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/36410#364100Answer by Alison for Screenshot Taking ToolsAlison2008-08-30T22:24:43Z2008-08-30T22:24:43Z<p>SnagIt is fantastic. The scrolling window option is amazing. </p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/45693#456933Answer by David Mohundro for Screenshot Taking ToolsDavid Mohundro2008-09-05T12:42:38Z2008-09-05T12:42:38Z<p>I've recently become a fan of <a href="http://greenshot.sourceforge.net/" rel="nofollow">Greenshot</a>. It is open source and written on the .NET Framework. I usually configure mine to just put the screenshot on the clipboard, but it also has a built-in image viewer when the screenshot is taken.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/45782#457821Answer by dbr for Screenshot Taking Toolsdbr2008-09-05T13:18:17Z2008-09-05T13:18:17Z<p>I never understood why people need anything but the built-in screenshot functionality in Windows/OS X/Gnome/KDE (although I've never actually used KDE for any length of time)</p>
<p>Well, on Windows perhaps it skips the prnt-screen/switch-to-image-editor/paste/save steps.. but OS X's screenshot shortcuts are great. Cmd+shift+3 grabs the entire screen. Cmd+Shift+4 lets you screenshot an area (or my favourite feature, press space and it lets you select a specific window, or the dock/menubar etc). It saves it to your desktop.</p>
<p>With "Deeper" or "Onyx" or any of the countless system-setting-tweaking-tools, you can change the location of the screenshots (I put min in ~/Pictures/Screenshots/), the format it saves in (I don't recall the default, but I have it set to save PNG)</p>
<p>In Gnome, you hit prnt-scrn, it asks you where to save the file. That's about it..</p>
<p>On Windows, I just pressed prnt-scrn, loaded up Paint Shop Pro 6 (v7 started to load really slowly, PSP6 loads in a second or two), or Paint, paste, then save..</p>
<p>To this point, I cannot fathom why people pay money for this functionality.. What do these applications achieve over the boring little button already on your keyboard?</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/213063#2130630Answer by Pauk for Screenshot Taking ToolsPauk2008-10-17T17:29:52Z2008-10-17T17:29:52Z<p>If you're using Windows, <a href="http://www.thornsoft.com/" rel="nofollow">ClipMate</a> is very good. It is commercial, starting at $34.95, but you can take full screen, active window and selected screen area captures. Plus it's not just for taking screen shots, it can manage your clipboard too. </p>
<p>I tend to use it for writing documentation. You can create folders within it and do screen captures to them and store various bits of related text, which you can then refer to later.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/291879#2918790Answer by wakingrufus for Screenshot Taking Toolswakingrufus2008-11-15T00:37:25Z2008-11-15T00:37:25Z<p>if you are using GNOME in linux, and the built-in screen grabber isn't doing it for you, try gtk-recordmydesktop</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/291910#2919100Answer by Svante for Screenshot Taking ToolsSvante2008-11-15T00:49:34Z2008-11-15T00:49:34Z<p>I use <code>gimp</code> which has a screenshot grabber built in.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/439957#4399570Answer by hornysax for Screenshot Taking Toolshornysax2009-01-13T17:34:18Z2009-01-13T17:34:18Z<p>I've tried many different tools, and <code>SnagIt</code> was by far the best. Here's another vote for <code>SnagIt</code>!</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/471484#4714840Answer by galets for Screenshot Taking Toolsgalets2009-01-23T01:02:07Z2009-01-23T01:02:07Z<p>Try <a href="http://vvcap.net" rel="nofollow">VVCap</a>. It can be used as old school grab-into-clipboard, but it also lets you instantly post screenshot to web. The latter feature is great if you are using instant messaging of any kind and want to illustrate your messages with some sort of screenshots, since you can instantly post and send URL</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/471495#4714954Answer by Mun for Screenshot Taking ToolsMun2009-01-23T01:11:45Z2009-01-23T01:11:45Z<p>Another good one for Windows is <a href="http://www.faststone.org/FSCaptureDetail.htm" rel="nofollow">FastStone Screen Capture</a>. It's not free, but inexpensive at $20.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/471527#4715270Answer by namenlos for Screenshot Taking Toolsnamenlos2009-01-23T01:25:12Z2009-01-23T01:25:12Z<p>HyperSnap ($35) is my favorite </p>
<p><a href="http://www.hyperionics.com/" rel="nofollow">http://www.hyperionics.com/</a></p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/852386#8523860Answer by Ola Eldøy for Screenshot Taking ToolsOla Eldøy2009-05-12T12:02:44Z2009-05-12T12:02:44Z<p>If you use PaintShop Pro, its screenshot taking capabilities are just fine.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/864696#8646961Answer by Peter for Screenshot Taking ToolsPeter2009-05-14T17:37:28Z2009-05-14T17:37:28Z<p>Use GrabUp. It's amazing tool. It's available in both windows and mac.</p>
<p>www.grabup.com</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1030439#10304390Answer by Highland for Screenshot Taking ToolsHighland2009-06-23T02:55:50Z2009-06-23T02:55:50Z<p><a href="http://www.sameshow.com/demo-creator.html#107" rel="nofollow">DemoCreator</a> is a screen recording application. It records the onscreen activity but also enable users to export any frame of the recording as an image. </p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1210028#12100283Answer by mqbt for Screenshot Taking Toolsmqbt2009-07-30T23:59:45Z2009-07-30T23:59:45Z<p>Check out <a href="http://www.gadwin.com/printscreen/" rel="nofollow">Gadwin PrintScreen</a>. It's feature rich and free. It's the only tool I've used for capturing screen shots for a long time.</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1222797#12227970Answer by RAGNO for Screenshot Taking ToolsRAGNO2009-08-03T14:53:37Z2009-08-03T14:53:37Z<p>I have come to love GADWIN PrintScreen 4.4 its unintrusive, free and has many nice little features. <a href="http://www.gadwin.com/printscreen/" rel="nofollow">Gadwin Printscreen Link</a></p>
<p>Really everything you could want...</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1315598#13155981Answer by Ola for Screenshot Taking ToolsOla2009-08-22T09:22:54Z2009-08-22T09:22:54Z<p>I like <a href="http://lightscreen.sourceforge.net/" rel="nofollow">Lightscreen</a>. An open source windows tool.</p>
<p>Screenshots + descriptions of many of the tools mentioned here available: <a href="http://lifehacker.com/5218155/five-best-screen-capture-tools" rel="nofollow">LifeHacker - Five Best Screen Capture Tool</a>. </p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1592024#15920240Answer by Adeline for Screenshot Taking ToolsAdeline2009-10-20T01:31:52Z2009-10-20T01:31:52Z<p>u could use prntscr key on ur keyboard, press the prntscr or CTRL+prntscr, the screenshot goes to your PAM automatically. then goto MS Paint,MS word or any other graphic editors and paste it immediately, and then save the screenshot as ur wish…
if u wanna capture anything on the screen, perhaps this key can't help u. Im using PCHand Screen Capture, it could help u capture any screenshot on the screen. i think it is pretty good, i know it from my friend, it has a free trial version, u can also try it.Hope it could help.
<a href="http://www.screen-capture-record.com/" rel="nofollow">http://www.screen-capture-record.com/</a></p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1599215#15992150Answer by Adeline for Screenshot Taking ToolsAdeline2009-10-21T07:14:46Z2009-10-21T07:14:46Z<p>recommed PCHand Screen Capture, it could help u capture anything on the screen.
<a href="http://www.screen-capture-record.com/" rel="nofollow">http://www.screen-capture-record.com/</a></p>
<p>if u wanna some free one, read this article:
blog.pc-hand.com/news/free-screen-capture-tools.html</p>
http://stackoverflow.com/questions/26183/screenshot-taking-tools/1657336#16573360Answer by Demiurg for Screenshot Taking ToolsDemiurg2009-11-01T14:40:17Z2009-11-01T14:40:17Z<p>If you need something that will work well with web browsers, i.e. support scrollbars and work fast, try <a href="http://www.browserseal.com/" rel="nofollow">BrowserSeal</a></p>