<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; screenshots</title>
	<atom:link href="http://www.ghacks.net/tag/screenshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Take screenshots with Shutter</title>
		<link>http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/</link>
		<comments>http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:07:14 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[gscrot]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[scrot]]></category>
		<category><![CDATA[shutter]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15578</guid>
		<description><![CDATA[Previously I wrote about taking screenshots in Linux with various applications (see &#8220;Taking screenshots in Linux&#8220;). In that article I left out one of the most powerful tools for taking screenshots &#8211; Shutter. Shutter is the new name for the project that was once called GScrot. GScrot is the GUI version of the handy Scrot [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I wrote about taking screenshots in Linux with various applications (see &#8220;<a title="Taking screenshots in Linux" href="http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/" target="_blank">Taking screenshots in Linux</a>&#8220;). In that article I left out one of the most powerful tools for taking screenshots &#8211; Shutter. <a title="Shutter" href="http://shutter-project.org" target="_blank">Shutter</a> is the new name for the project that was once called GScrot. GScrot is the GUI version of the handy Scrot command line screenshot tool.</p>
<ul>
<li>Shutter&#8217;s feature list includes:</li>
<li>Fullscreen, window, area screenshots</li>
<li>Website screenshots</li>
<li>GNOME integration with tray icon</li>
<li>Session collection (each screenshot will be opened in a different tab in the Shutter window)</li>
<li>Embedded drawing tool</li>
<li>Upload/Export tool</li>
</ul>
<p>I have used many tools for screenshots before. Shutter, however, blows them all away. No it is not as simple as hitting the PrntScr button, but it is far more flexible and powerful than anything like it. With that said, let&#8217;s install this tool and see how it&#8217;s used.</p>
<p><span id="more-15578"></span><strong>Getting and installing</strong></p>
<p>I will be installing this in Ubuntu 9.04, so this tutorial will reflect that choice. You won&#8217;t find Shutter in your standard repository. You have to add the Ubuntu PPA repository. To do this you need to open up a terminal window and issue the command:</p>
<p><code>sudo nano /etc/apt/sources.list</code></p>
<p>You want to add the following to the bottom of that file:<br />
<code>deb http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main</code></p>
<p>Once you&#8217;ve added the repository you will need to then add the PPA gpg key with the following command:<br />
<code>wget -q http://shutter-project.org/shutter-ppa.key -O- | sudo apt-key add -</code></p>
<p>With the key added you can now update your sources with the command:</p>
<p><code>sudo apt-get update</code></p>
<p>and then install Shutter with the command:</p>
<p><code>sudo apt-get install shutter</code></p>
<p>Accept the dependencies and let apt-get do its thing. Shutter will be installed and you are ready to go.</p>
<p><strong>Using Shutter</strong></p>
<div id="attachment_15579" class="wp-caption alignleft" style="width: 245px"><a rel="attachment wp-att-15579" href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/shutter/"><img class="size-full wp-image-15579" src="http://www.ghacks.net/wp-content/uploads/2009/08/shutter.png" alt="Figure 1" width="235" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Basic usage of Shutter is simple:</p>
<ol>
<li>Open up the tool from the Accessories sub-menu of the Accessories menu.</li>
<li>From the main window (see Figure 1) click the button that corresponds with the type of screenshot you want to take.</li>
<li>Save the screenshot in the filetype you desire</li>
</ol>
<p>Here are some notes specific to each type of screenshot you will take:</p>
<p><strong>Selection</strong>: When you opt to take a screenshot of only a section of your screen the screen will dim and an instructional window will appear telling you exactly what to do. You can scroll in to enlarge a section but this does not appear in your screenshot.</p>
<p><strong>Full</strong> <strong>Screen</strong>: The full screen screenshot will not include Shutter in the picture.</p>
<p><strong>Window</strong>:  A hand cursor will appear for you to click on the window you want to take the screenshot of.</p>
<div id="attachment_15580" class="wp-caption alignright" style="width: 220px"><a rel="attachment wp-att-15580" href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/plugins/"><img class="size-full wp-image-15580" src="http://www.ghacks.net/wp-content/uploads/2009/08/plugins.png" alt="Figure 2" width="210" height="189" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>For the most part Shutter works exactly as you would expect. There are some nifty features that you might not be aware of. For example, Shutter has an outstanding set of plugins to take advantage of. To use the plugins click on the Screenshot menu and select the Execute a Plugin entry. This will open up a new window (see Figure 2) where you can select a plugin to use. Say, for example, you wanted to add a watermark to your screenshot. You can do this by first taking the screenshot, and then opening up the Plugins window and selecting the Watermark plugin. You can then be specific about what you want your watermark to say, where you want it, and what font size you want.</p>
<p>There are a number of other cool plugins to use. Scroll through the list and play around to see which ones you like.</p>
<p><strong>Website screenshots</strong></p>
<p>Taking a screenshot of a website is simple. Click on the Web button and then enter the URL you want to snag. There is one thing you should know about taking a screenshot of a web site: Depending upon how long the page is, the screenshots can get rather tall. Taking a screenshot of the Ghacks page renders an image that is 1025&#215;3459 pixels in size. Fairly large for a screenshot. Of course you can crop that image to use only what you need.</p>
<p><strong>Final thoughts</strong></p>
<p>Shutter is one of the finest screenshot tools available to Linux. If you haven&#8217;t used it you should immediately install it and use it. Be warned, you will wind up spending a lot time playing around with Shutter. It&#8217;s handy and it&#8217;s fun.</p>
<p><strong><br />
</strong></p>

	Tags: <a href="http://www.ghacks.net/tag/gscrot/" title="gscrot" rel="tag">gscrot</a>, <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/scrot/" title="scrot" rel="tag">scrot</a>, <a href="http://www.ghacks.net/tag/shutter/" title="shutter" rel="tag">shutter</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/" title="Taking screenshots in Linux (June 23, 2009)">Taking screenshots in Linux</a> (17)</li>
	<li><a href="http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/" title="Keep your screenshots organized and ready for online use (July 8, 2008)">Keep your screenshots organized and ready for online use</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/22/create-an-automatic-screenshot-journal/" title="Create An Automatic Screenshot Journal (July 22, 2008)">Create An Automatic Screenshot Journal</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/10/23/xnview-add-ons-and-format-plugins/" title="XnView Add-ons and Format Plugins (October 23, 2008)">XnView Add-ons and Format Plugins</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/21/windows-live-photo-gallery/" title="Windows Live Photo Gallery (October 21, 2007)">Windows Live Photo Gallery</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Taking screenshots in Linux</title>
		<link>http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/</link>
		<comments>http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:44:24 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[The GIMP]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13810</guid>
		<description><![CDATA[So you&#8217;ve been reading about Linux on ghacks for a few months now and you&#8217;ve  noticed plenty of screenshots or images of applications in action. Now it&#8217;s time you found out just how those images are taken. No it&#8217;s not magic, but in one instance it&#8217;s ImageMagick. Actually there are a few ways to take [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve been reading about Linux on ghacks for a few months now and you&#8217;ve  noticed plenty of screenshots or images of applications in action. Now it&#8217;s time you found out just how those images are taken. No it&#8217;s not magic, but in one instance it&#8217;s ImageMagick. Actually there are a few ways to take screenshots in Linux, ranging from a simple keypress to a command line tool.</p>
<p>In this article you will learn how to take screenshots with the help of The Gimp, the GNOME menu, the Print Screen button, and ImageMagick. Each way has its advantages, so it&#8217;ll be up to you to decide which method suits you best. With that said, lets&#8217; dive in head first.</p>
<p><span id="more-13810"></span><strong>ImageMagick</strong></p>
<p>I wanted to start with this method because it can be a little flaky. The primary issue is that ImageMagick has trouble with Compiz. If you&#8217;re not running Compiz, you won&#8217;t have any issues with this method. Otherwise you&#8217;d be best served to skip down to The GIMP.</p>
<p>One of the benefits of this method is you can use it to grab screenshots automatically. You could even set up a cron job to take screen shots at specific times, or log into a machine remotely and snap a shot. I won&#8217;t get into the &#8220;why&#8221; you would want to do this &#8211; decide that yourself.</p>
<p>The basic command for taking a snapshot with ImageMagick is:</p>
<p><em>import FILENAME.png</em></p>
<p>Pretty simple. The only catch with the above command is that you will have to specify what portion of the screen to grab. When you issue that command a cross-hair will appear which you click and drag to select what portion of the screen to grab. There is an easier way. If you want to take this screenshot without interaction you issue the command:</p>
<p><em>import -window root FILENAME.png</em></p>
<p>What the above command does is take a screenshot of the root window (that&#8217;s the entire screen basically.) The screenshot will be saved (in the case of the example above) as FILENAME.png</p>
<p><strong>Print screen</strong></p>
<p>This one is simple (and not much different than using the GNOME menu)  you press the Print Screen button. When you do a window will open (see Figure 1) asking you to give the file a name, decide on a destination, and click save.  You can save the screenshot in .jpg, .png (default), .tiff, .gif, and .bmp formats. From this same window you can also copy the image to the clipboard for later use.<strong> </strong></p>
<p><strong>GNOME Menu</strong></p>
<p>If you look in the Accessories subment of the GNOME Applications menu you will see the entry &#8220;Take Screenshot&#8221;. If you click on this the same window will open that opened when you hit the Print Screen key. This works in the exact same way. If, for some reason, you have a different keyboard mapping or a Print Screen key that does not work, this menu entry is sure to work.</p>
<p><strong>The GIMP</strong></p>
<div id="attachment_13816" class="wp-caption alignleft" style="width: 242px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/Screenshot.png"><img class="size-full wp-image-13816" src="http://www.ghacks.net/wp-content/uploads/2009/06/Screenshot.png" alt="Figure 1" width="232" height="226" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The GIMP is my standard means for snapping screenshots.  Within The GIMP click on the File menu and then click on the Create submenu. From within the Create menu click the Screenshot entry which will open up the screenshot dialog (see Figure 1).</p>
<p>There are three types of screenshots you can take:</p>
<p>Single Window: This will grab only the window you click on after you click the Snap button.</p>
<p>Entire Screen: This will grab the entire screen after you click the Snap button.</p>
<p>Select a Region: This allows you to select the portion of the screen you want to grab after you click snap.</p>
<p>You can also configure a delay (in seconds) which will allow you to open up menus or take an action to grab.</p>
<p>When using The GIMP for screenshots you will have to save the image manually. But you can also edit the image before you save it.</p>
<p><strong>Final thoughts</strong></p>
<p>As you can see there are a number of ways to grab a screenshot in the Linux desktop. Each method is simple and should have you snagging screenshots all day long.</p>

	Tags: <a href="http://www.ghacks.net/tag/imagemagick/" title="ImageMagick" rel="tag">ImageMagick</a>, <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/the-gimp/" title="The GIMP" rel="tag">The GIMP</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/08/using-the-gimp-with-fewer-windows/" title="Using The GIMP With Fewer Windows (January 8, 2009)">Using The GIMP With Fewer Windows</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/05/24/using-layers-in-the-gimp/" title="Using Layers in The GIMP (May 24, 2009)">Using Layers in The GIMP</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/" title="Take screenshots with Shutter (August 21, 2009)">Take screenshots with Shutter</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/" title="Keep your screenshots organized and ready for online use (July 8, 2008)">Keep your screenshots organized and ready for online use</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/07/getting-to-know-the-gimp-interface/" title="Getting to Know The GIMP Interface (January 7, 2009)">Getting to Know The GIMP Interface</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Create Freehand Screenshots With Snippy</title>
		<link>http://www.ghacks.net/2008/07/25/create-freehand-screenshots-with-snippy/</link>
		<comments>http://www.ghacks.net/2008/07/25/create-freehand-screenshots-with-snippy/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:36:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mwsnap]]></category>
		<category><![CDATA[screen capturing]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[snippy]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5574</guid>
		<description><![CDATA[Snippy is a portable application for Windows XP and previous versions of Windows if they have the redistributable version of GDI+ installed that brings an interesting feature to the table of screenshot applications. My favorite screenshot application MWSnap supports only screenshots that are rectangular and I encountered several situations in the past where I had [...]]]></description>
			<content:encoded><![CDATA[<p>Snippy is a portable application for Windows XP and previous versions of Windows if they have the redistributable version of GDI+ installed that brings an interesting feature to the table of screenshot applications. My favorite screenshot application <a href="http://www.ghacks.net/2007/05/23/mwsnap-a-free-screen-capturing-software/">MWSnap</a> supports only screenshots that are rectangular and I encountered several situations in the past where I had to include lots of whitespace in the screenshot to include all the relevant areas in the image.</p>
<p><a href="http://www.bhelpuri.net/Snippy/default.htm">Snippy</a> (via <a href="http://www.technospot.net/blogs/snippy-a-portable-freehand-screen-capture-tool/">Technospot</a>) provides the option to do freehand screenshots that can take any form the user wants. It looks much like cutting the important part of a website or application like you would cut a newspaper article.</p>
<p>A click on the Snippy icon changes the mouse cursor to a pen that can be used to encircle the area that the user wants to save, rectangular areas can still be saved by pressing the shift key. The final area will be send to the clipboard right away, if it was taken on a website the url of the website will also be send to the clipboard.</p>
<p><span id="more-5574"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/freehand_screenshots.png" alt="freehand screenshots" title="freehand screenshots" width="167" height="121" class="size-medium wp-image-5575" /></p>
<p>The software supports multiple monitors and the use of hotkeys to start the capturing process. Definitely an interesting program that has a size of only 84 Kilobyte.</p>

	Tags: <a href="http://www.ghacks.net/tag/mwsnap/" title="mwsnap" rel="tag">mwsnap</a>, <a href="http://www.ghacks.net/tag/screen-capturing/" title="screen capturing" rel="tag">screen capturing</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/snippy/" title="snippy" rel="tag">snippy</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/18/windows-screen-shots-software-screenie/" title="Windows Screen Shots Software Screenie (July 18, 2009)">Windows Screen Shots Software Screenie</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/12/thumber-a-movie-thumbnailer/" title="Thumber a movie thumbnailer (July 12, 2008)">Thumber a movie thumbnailer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/" title="Taking screenshots in Linux (June 23, 2009)">Taking screenshots in Linux</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/" title="Take screenshots with Shutter (August 21, 2009)">Take screenshots with Shutter</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/10/30/social-shots-a-game-screenshots-community/" title="Social Shots a Game Screenshots Community (October 30, 2007)">Social Shots a Game Screenshots Community</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/25/create-freehand-screenshots-with-snippy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create An Automatic Screenshot Journal</title>
		<link>http://www.ghacks.net/2008/07/22/create-an-automatic-screenshot-journal/</link>
		<comments>http://www.ghacks.net/2008/07/22/create-an-automatic-screenshot-journal/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:31:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[production journal]]></category>
		<category><![CDATA[screenshot journal]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[time snapper]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5513</guid>
		<description><![CDATA[Time Snapper is a unique application that can be used to create an automatic screenshot journal. The software automatically creates screenshots of the user&#8217;s desktop or the active application window and saves them in a selected directory.
By default a new screenshot is created every 5 seconds in png format that is covering the whole screen. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.timesnapper.com/index.aspx">Time Snapper</a> is a unique application that can be used to create an automatic screenshot journal. The software automatically creates screenshots of the user&#8217;s desktop or the active application window and saves them in a selected directory.</p>
<p>By default a new screenshot is created every 5 seconds in png format that is covering the whole screen. The taking of new screenshots can be started and stopped in the application and it is definitely a good idea to pause while entering user data or other personal data.</p>
<p>The user can select several different formats for the screenshots and play the &#8220;movies&#8221; on a day by day basis. The program can be configured to delete images that are older than a selected number of days. </p>
<p><span id="more-5513"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/timesnapper.jpg" alt="time snapper" title="time snapper" width="424" height="302" class="size-medium wp-image-5514" /></p>
<p>I can see some uses for this, for example to create a production diary when working in applications like Photoshop or a video editing application. The pro version comes with several handy features like excluding certain applications from the process.</p>

	Tags: <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/journal/" title="journal" rel="tag">journal</a>, <a href="http://www.ghacks.net/tag/production-journal/" title="production journal" rel="tag">production journal</a>, <a href="http://www.ghacks.net/tag/screenshot-journal/" title="screenshot journal" rel="tag">screenshot journal</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/time-snapper/" title="time snapper" rel="tag">time snapper</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/" title="Taking screenshots in Linux (June 23, 2009)">Taking screenshots in Linux</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/" title="Take screenshots with Shutter (August 21, 2009)">Take screenshots with Shutter</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/" title="Keep your screenshots organized and ready for online use (July 8, 2008)">Keep your screenshots organized and ready for online use</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/23/xnview-add-ons-and-format-plugins/" title="XnView Add-ons and Format Plugins (October 23, 2008)">XnView Add-ons and Format Plugins</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/21/windows-live-photo-gallery/" title="Windows Live Photo Gallery (October 21, 2007)">Windows Live Photo Gallery</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/22/create-an-automatic-screenshot-journal/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make Screenshots Of The Command Line</title>
		<link>http://www.ghacks.net/2008/07/18/make-screenshots-of-the-command-line/</link>
		<comments>http://www.ghacks.net/2008/07/18/make-screenshots-of-the-command-line/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 15:35:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[capture screenshots]]></category>
		<category><![CDATA[cmd capture]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[dos screenshots]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5418</guid>
		<description><![CDATA[It&#8217;s not a problem to make a screenshot of the Windows command line if it is opened in Windows but what if you have to open the command line before Windows start? There is no obvious way to create a screenshot of the command line when Windows is not running. Some users might need to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not a problem to make a screenshot of the Windows command line if it is opened in Windows but what if you have to open the command line before Windows start? There is no obvious way to create a screenshot of the command line when Windows is not running. Some users might need to make screenshots in DOS, the most common reason must be for documentation purposes like posting them on a website or in a book.</p>
<p><a href="http://ducklink.com/free-command-line-screen-capture.php">CmdCapture</a> is a small command line tool that can make screenshots of the current command line. Since it is a command line tool it is driven by parameters which are explained when entering <strong>CmdCapture.exe /h</strong>.</p>
<p>The easiest way to create a screenshot of the command line is to run the application without parameters. It will save a screenshot in the same directory in png format with the date and time attached to the filename.</p>
<p><span id="more-5418"></span>Three additional parameters are supported by the software. The parameter /f can be used to pick a custom filename and file extension. Supported are png, jpg, bmp, tif and xpm.</p>
<p>The /d parameter can be used to specify another directory for the created screenshots. Finally the /q parameter changes the jpg quality level which makes only sense if jpg is used as the file format.</p>

	Tags: <a href="http://www.ghacks.net/tag/capture-screenshots/" title="capture screenshots" rel="tag">capture screenshots</a>, <a href="http://www.ghacks.net/tag/cmd-capture/" title="cmd capture" rel="tag">cmd capture</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/dos-screenshots/" title="dos screenshots" rel="tag">dos screenshots</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/10/08/screenshot-captor/" title="Screenshot Captor (October 8, 2006)">Screenshot Captor</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/08/10/mikes-command-line/" title="Mikes Command Line (August 10, 2006)">Mikes Command Line</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/" title="Create edit and upload Screenshots with SHUP (February 27, 2008)">Create edit and upload Screenshots with SHUP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/09/console-2-a-better-cmdexe/" title="Console 2 a better cmd.exe (June 9, 2008)">Console 2 a better cmd.exe</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/18/make-screenshots-of-the-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thumber a movie thumbnailer</title>
		<link>http://www.ghacks.net/2008/07/12/thumber-a-movie-thumbnailer/</link>
		<comments>http://www.ghacks.net/2008/07/12/thumber-a-movie-thumbnailer/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 13:19:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[modern art]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[thumber]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5302</guid>
		<description><![CDATA[This is a premier for Ghacks, the first review of a Macintosh application. Thumber is a software for Apple Macintosh (Mac OS X Leopard) that takes one second snapshots of a selected movie creating one image out of all of them. That&#8217;s a simple concept which was probably taken from Cinema Redux by Brendan Dawes [...]]]></description>
			<content:encoded><![CDATA[<p>This is a premier for Ghacks, the first review of a Macintosh application. Thumber is a software for Apple Macintosh (Mac OS X Leopard) that takes one second snapshots of a selected movie creating one image out of all of them. That&#8217;s a simple concept which was probably taken from <a href="http://www.brendandawes.com/sketches/redux/">Cinema Redux</a> by Brendan Dawes which probably mentioned it first in the year 2004.</p>
<p>The software only works with Quicktime compatible formats. Basic use essentially means picking a movie and clicking on the Go button. There are some advanced parameters the user can play around with like thumbnail size, number of columns or snapshot interval.</p>
<p><a href="http://web.mac.com/mattmerk/Matthew_Merkovich/Photos/Pages/Film_Mosaics.html">Matthew Merkovich</a> created a gallery of images that he created with Thumber including Black Hawk Down, Bulletproof Monk and Equilibrium.</p>
<p><span id="more-5302"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/blackhawk-500x490.jpg" alt="blackhawk" title="blackhawk" width="500" height="490" class="alignnone size-medium wp-image-5303" /></p>
<p>Falls into the modern art category, don&#8217;t you think ?</p>

	Tags: <a href="http://www.ghacks.net/tag/apple/" title="apple" rel="tag">apple</a>, <a href="http://www.ghacks.net/tag/mac/" title="mac" rel="tag">mac</a>, <a href="http://www.ghacks.net/tag/modern-art/" title="modern art" rel="tag">modern art</a>, <a href="http://www.ghacks.net/tag/movies/" title="movies" rel="tag">movies</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/thumber/" title="thumber" rel="tag">thumber</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/05/xnjb-transfer-music-to-and-from-a-mtp-mp3-player-on-a-mac/" title="XNJB: Transfer music to and from a MTP MP3 player on a Mac (September 5, 2009)">XNJB: Transfer music to and from a MTP MP3 player on a Mac</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/12/utilize-iphone-as-a-modem/" title="Utilize iPhone As A Modem (September 12, 2008)">Utilize iPhone As A Modem</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/02/06/replace-itunes-with-floola/" title="Replace iTunes with Floola (February 6, 2007)">Replace iTunes with Floola</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/11/27/itube-download-and-convert-movies-for-your-video-ipod/" title="iTube download and convert movies for your video iPod (November 27, 2006)">iTube download and convert movies for your video iPod</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/19/would-the-try-buy-model-work-for-games-and-movies/" title="Would the try &#038; buy model work for games and movies? (April 19, 2009)">Would the try &#038; buy model work for games and movies?</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/12/thumber-a-movie-thumbnailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keep your screenshots organized and ready for online use</title>
		<link>http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/</link>
		<comments>http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 08:00:13 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[screenshots manager]]></category>
		<category><![CDATA[scrnshots]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5195</guid>
		<description><![CDATA[Making screenshots can be fun. But that&#8217;s not all. As a blogger, designer or anyone who shares his ideas and experiences on the web, you know how useful they can be in terms of showing the others what was just happening on your screen when you were writing that awesome article about whatever it should [...]]]></description>
			<content:encoded><![CDATA[<p>Making screenshots can be fun. But that&#8217;s not all. As a blogger, designer or anyone who shares his ideas and experiences on the web, you know how useful they can be in terms of showing the others what was just happening on your screen when you were writing that awesome article about whatever it should be instead of trying to describe the process in writing. Unless you decide a screencast would be the most suitable way of demonstration, screenshots get the job done well. Does the possibility of storing them online right from your desktop and having them ready for use on your website sound tempting to you?</p>
<p><span id="more-5195"></span>If so, meet an interesting start-up called <a href="http://www.scrnshots.com">ScrnShots</a>. Besides having a fancy 2.0 name it provides you with a few effective tools for keeping the screenshots you take in order and for ease of linking to them and embedding them into a web page. One of such tools would definitely be tagging that can be applied on each image to make it easier for you to find your way to it later on. The function allowing the user to view existing screenshots in an orderly manner through the web interface surely comes in handy too but the thing I find most useful about this service is that it prepares a few links to various sizes of the picture for you to simply copy&#038;paste these into your site to have the pictures embedded as links which take you to the host upon clicking them. Here, viewers can leave comments on your screenshots and view them in full size. One last thing especially addicted screenshotters could appreciate is getting a personal RSS feed updating anyone who should be interested in new shots you take and a partly customizable widget made up of 1 up to 10 thumbnails of your latest &#8220;artwork&#8221;.</p>
<p>ScrnShots preview:</p>
<p><a href="http://www.scrnshots.com/users/Cyberfly/screenshots/16846"><img src="http://s3.amazonaws.com/scrnshots.com/screenshots/16846/ScreenShot00009_med_rect.png" /></a></p>
<p>All this would be kind of clumsy if you had to use ScrnShots&#8217; online uploader every time you want to share a screenshot. Fortunately there&#8217;s a very lightweight (5 files) desktop version of the uploader available for download from <a href="http://www.scrnshots.com/tools">here</a> that makes it possible to snap certain area on your screen and tag/describe the image before uploading it. There are versions for both Windows and Mac, however, I got an error message when trying to run it on my system. Hopefully that only happened on account of the application being a 0.7Beta and the new version to come will be working properly. If you do give it a try, please let me know whether the desktop uploader worked for you or not.</p>

	Tags: <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/photos/" title="photos" rel="tag">photos</a>, <a href="http://www.ghacks.net/tag/pictures/" title="pictures" rel="tag">pictures</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/screenshots-manager/" title="screenshots manager" rel="tag">screenshots manager</a>, <a href="http://www.ghacks.net/tag/scrnshots/" title="scrnshots" rel="tag">scrnshots</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/23/xnview-add-ons-and-format-plugins/" title="XnView Add-ons and Format Plugins (October 23, 2008)">XnView Add-ons and Format Plugins</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/search-folders-for-duplicate-images/" title="Search folders for duplicate images (May 22, 2008)">Search folders for duplicate images</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/20/remove-backgrounds-from-photos-using-fotoflexer/" title="Remove backgrounds from photos using FotoFlexer (May 20, 2008)">Remove backgrounds from photos using FotoFlexer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/23/pixolu-semantic-image-search/" title="Pixolu Semantic Image Search (October 23, 2008)">Pixolu Semantic Image Search</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/28/imgares-drag-and-drop-image-resizing/" title="Imgares Drag and Drop Image Resizing (June 28, 2008)">Imgares Drag and Drop Image Resizing</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/08/keep-your-screenshots-organized-and-ready-for-online-use/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create edit and upload Screenshots with SHUP</title>
		<link>http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/</link>
		<comments>http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 17:53:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file host]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/</guid>
		<description><![CDATA[One application to rule them all. If you regularly take screenshots of Windows or the Desktop, edit them afterwards and upload them to a free image host you might find SHUP helpful. The software has all those functions build in which means you do not have to open two or three applications to do the same.]]></description>
			<content:encoded><![CDATA[<p>One application to rule them all. If you regularly take screenshots of Windows or the Desktop, edit them afterwards and upload them to a free image host you might find <a href="http://www.shup.com/download.php" title="shup" target="_blank">SHUP</a> helpful. The software has all those functions build in which means you do not have to open two or three applications to do the same.</p>
<p>The typical process after configuring the settings in SHUP looks like the following. The user presses a hotkey which either takes a screenshot of the desktop or the active window. That screenshot is then displayed in a basic image editor where it is possible to resize the image, change the filename, tags, image format or use a rectangle to edit and upload only a selection of the image.</p>
<p>The image will then be automatically uploaded to the default file hoster and the url of that image automatically pasted into the clipboard. That&#8217;s a fast and easy way of creating and uploading screenshots.</p>
<p><span id="more-3356"></span> Six file hosters are currently supported including Flickr, ImageShack and Photobucket. Some require usernames and passwords that have to be added in the configuration, the upload will obviously fail otherwise.</p>
<p>My suggestion would be to turn off all those confirmations  to speed up the process a little bit. Shup adds itself to the right-click menu as well. Whenever you right-click an image you can access SHUP and use it to upload the file to an image hoster which is a very nice bonus.</p>
<p>I was not able to figure out how to upload images directly without having to open the image editor first. Think that is not possible.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-host/" title="file host" rel="tag">file host</a>, <a href="http://www.ghacks.net/tag/image-editor/" title="image editor" rel="tag">image editor</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/09/twins-visions-image-management/" title="Twins Visions Image Management (April 9, 2008)">Twins Visions Image Management</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/10/08/screenshot-captor/" title="Screenshot Captor (October 8, 2006)">Screenshot Captor</a> (8)</li>
	<li><a href="http://www.ghacks.net/2005/11/03/gimp-image-manipulation-program/" title="GIMP Image Manipulation Program (November 3, 2005)">GIMP Image Manipulation Program</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Social Shots a Game Screenshots Community</title>
		<link>http://www.ghacks.net/2007/10/30/social-shots-a-game-screenshots-community/</link>
		<comments>http://www.ghacks.net/2007/10/30/social-shots-a-game-screenshots-community/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 20:29:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[game screenshots]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[social shots]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/30/social-shots-a-game-screenshots-community/</guid>
		<description><![CDATA[I have seen many niches come and go in the last year and I'm not sure if Social Shots will survive the coming year. It is basically a community portal where everyone may post game screenshots. Those screenshots can be tagged, rated and commented on by registered users.]]></description>
			<content:encoded><![CDATA[<p>I have seen many niches come and go in the last year and I&#8217;m not sure if Social Shots will survive the coming year. It is basically a community portal where everyone may post game screenshots. Those screenshots can be tagged, rated and commented on by registered users.</p>
<p>Visitors can browse the screenshots by using the tagcloud at the top of the main page, by browsing the pages that display twelve screenshots each or by browsing the random images that are shown in the left sidebar. That&#8217;s pretty much all I can say right now about Social Shots. </p>
<p>What I like is the tagged approach which makes it easy to find screenshots of games that you like or want to play and the easy way to navigate the website. The biggest con is probably that there is not much content yet, only fourteen pages of screenshots which means there are currently less than 200 screenshots available.</p>
<p><span id="more-2195"></span><img src="http://www.ghacks.net/files/screens/2007/10/social-shots.jpg" alt="social shots" /></p>
<p>I guess it could become a pretty solid niche website if they manage to interest enough active users who upload screenshots regularly. Getting their hands on &#8220;soon-to-come&#8221; game screenshots would probably boost the traffic quite a lot.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.socialshots.com/">Social Shots</a></p>

	Tags: <a href="http://www.ghacks.net/tag/game-screenshots/" title="game screenshots" rel="tag">game screenshots</a>, <a href="http://www.ghacks.net/tag/games/" title="Games" rel="tag">Games</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/social-shots/" title="social shots" rel="tag">social shots</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/10/17/zero-punctuation/" title="Zero Punctuation (October 17, 2007)">Zero Punctuation</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/07/xbox-project-natal/" title="Xbox Project Natal (June 7, 2009)">Xbox Project Natal</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/01/24/wow-addons-updater/" title="WOW Addons Updater (January 24, 2009)">WOW Addons Updater</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/19/would-the-try-buy-model-work-for-games-and-movies/" title="Would the try &#038; buy model work for games and movies? (April 19, 2009)">Would the try &#038; buy model work for games and movies?</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/03/10/windows-vista-game-explorer-editor/" title="Windows Vista Game Explorer Editor (March 10, 2008)">Windows Vista Game Explorer Editor</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/30/social-shots-a-game-screenshots-community/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image Resizer</title>
		<link>http://www.ghacks.net/2007/09/23/image-resizer/</link>
		<comments>http://www.ghacks.net/2007/09/23/image-resizer/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 10:38:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[create thumbnails]]></category>
		<category><![CDATA[image resizer]]></category>
		<category><![CDATA[resize images]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/23/image-resizer/</guid>
		<description><![CDATA[I have to regularly resize images to make them fit into my articles here at Ghacks which I used to create using a combination of a screenshot software and the image manipulation software GIMP. While this method worked flawlessly it simply took to long to start GIMP and resize the image.]]></description>
			<content:encoded><![CDATA[<p>I have to regularly resize images to make them fit into my articles here at Ghacks which I used to create using a combination of a screenshot software and the image manipulation software GIMP. While this method worked flawlessly it simply took to long to start GIMP and resize the image.</p>
<p>I therefor decided to look for an easier way to resize the images and I found it in the software Image Resizer. All I need to do now is to select all images that I want to be resized and click on ok to process them all. I did create a new image profile before to add the best fitting size for my website and saved that as the standard profile that will be used when resizing images.</p>
<p>Image Resizer offers several other functions that could be useful for some users. It is possible to choose the output file format, the output quality, the name of the newly created images, watermarks and if the new images should overwrite the original ones and where they should be saved if not.</p>
<p><span id="more-2037"></span><img src="http://www.ghacks.net/files/screens/2007/09/image-resizer.jpg" alt="image resizer" /></p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php">Image Resizer</a></p>

	Tags: <a href="http://www.ghacks.net/tag/create-thumbnails/" title="create thumbnails" rel="tag">create thumbnails</a>, <a href="http://www.ghacks.net/tag/image-resizer/" title="image resizer" rel="tag">image resizer</a>, <a href="http://www.ghacks.net/tag/resize-images/" title="resize images" rel="tag">resize images</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/31/squash-batch-image-resizer/" title="Squash Batch Image Resizer (March 31, 2008)">Squash Batch Image Resizer</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/31/video-thumbnails-maker/" title="Video Thumbnails Maker (July 31, 2008)">Video Thumbnails Maker</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/12/thumber-a-movie-thumbnailer/" title="Thumber a movie thumbnailer (July 12, 2008)">Thumber a movie thumbnailer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/23/taking-screenshots-in-linux/" title="Taking screenshots in Linux (June 23, 2009)">Taking screenshots in Linux</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/08/21/take-screenshots-with-shutter/" title="Take screenshots with Shutter (August 21, 2009)">Take screenshots with Shutter</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/23/image-resizer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Screenshot Captor</title>
		<link>http://www.ghacks.net/2006/10/08/screenshot-captor/</link>
		<comments>http://www.ghacks.net/2006/10/08/screenshot-captor/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 08:15:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[screenshot captor]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/10/08/screenshot-captor/</guid>
		<description><![CDATA[Sometimes I create thumbnails of screenshots and include them in my articles to give you a preview of the subject I'am writing about. I normaly tend to use the print key on windows to make the screenshot and fire up gimp to reduce the size to be able to add it to the article. To be honest, this process takes way to long and I thought of ways to optimize it.]]></description>
			<content:encoded><![CDATA[<p>Sometimes I create thumbnails of screenshots and include them in my articles to give you a preview of the subject I&#8217;am writing about. I normaly tend to use the print key on windows to make the screenshot and fire up gimp to reduce the size to be able to add it to the article. To be honest, this process takes way to long and I thought of ways to optimize it.</p>
<p>That&#8217;s when I found the freeware <a title="screenshot captor" href="http://www.donationcoder.com/Software/Mouser/screenshotcaptor/index.html" target="_blank">Screenshot Captor</a> which does everything I need, and more. With Screenshot Captor it is possible to grab the complete screen, part of the screen, a fixed size or the active window using hotkeys. If you simply press the print key it grabs the current screen for instance. Whenever you&#8217;ve done that you see a little default box with some options in it, for instance save the image, create thumbnail, discard image and so on.</p>
<p><span id="more-837"></span></p>
<p>If you discard the image it is shown in the main window of screenshot captor and you can work with it. You could for instance add text to the screenshot and highlight or blurr regions. This is definately the best screenshot tool for my purposes, it is fast and has everything that I need to speed up the process and still have great screenshots for my blogs.</p>

	Tags: <a href="http://www.ghacks.net/tag/screenshot-captor/" title="screenshot captor" rel="tag">screenshot captor</a>, <a href="http://www.ghacks.net/tag/screenshots/" title="screenshots" rel="tag">screenshots</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/27/create-edit-and-upload-screenshots-with-shup/" title="Create edit and upload Screenshots with SHUP (February 27, 2008)">Create edit and upload Screenshots with SHUP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/10/08/screenshot-captor/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
