<?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>Make Tech Easier &#187; Gscrot</title>
	<atom:link href="http://maketecheasier.com/tag/gscrot/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Mon, 22 Mar 2010 12:00:07 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gscrot: A Powerful Screen Capture Tool For Linux</title>
		<link>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14</link>
		<comments>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14#comments</comments>
		<pubDate>Fri, 14 Nov 2008 06:37:15 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gscrot]]></category>
		<category><![CDATA[screen capture]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1098</guid>
		<description><![CDATA[Few days ago, I wrote about the various ways that I used to capture screenshots on my Ubuntu machine. In the comments, Imd mentioned about Gscrot being a great alternative screen capture tool. After checking it out, I must admit that it is by far the best screen capture software that I have seen in [...]<p><strong><a href="http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14">Gscrot: A Powerful Screen Capture Tool For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1107" style="padding-right:5px" title="gscrot" src="http://images.maketecheasier.com/2008/11/gscrot_192.png" alt="gscrot_logo" width="192" height="192" align="left" />Few days ago, I wrote about the various ways that I used to <a href="http://maketecheasier.com/ways-to-grab-screenshots-in-ubuntu/2008/11/11">capture screenshots</a> on my Ubuntu machine. In the comments, <a href="http://blog.linux-redaktion.com/" target="_blank">Imd</a> mentioned about <a href="http://gscrot.ubuntu-projekte.de/" target="_blank">Gscrot</a> being a great alternative screen capture tool. After checking it out, I must admit that it is by far the best screen capture software that I have seen in Linux platform.</p>
<p><a href="http://gscrot.ubuntu-projekte.de/" target="_blank">GScrot</a> is a GTK+ 2.0 screenshot application written in perl. It covers all features of common command line tools like <a href="http://linuxbrit.co.uk/scrot/" target="_blank">scrot</a> or import and adds reasonable new features combined with a comfortable GUI using the GTK+ 2.0 framework.</p>
<p><span style="text-decoration: line-through;">To install Gscrot in Ubuntu Intrepid:</span></p>
<p class="codeblock"><span style="text-decoration: line-through;">gksu gedit /etc/apt/sources.list</span></p>
<p><span style="text-decoration: line-through;">Add the following line to the end of the file.</span></p>
<p class="codeblock"><span style="text-decoration: line-through;">deb http://ppa.launchpad.net/gscrot/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/gscrot/ubuntu intrepid main</span></p>
<p><span style="text-decoration: line-through;">Save and close the file. Back to your terminal,</span></p>
<p class="codeblock"><span style="text-decoration: line-through;">sudo apt-get update<br />
sudo apt-get install gscrot</span></p>
<p>Gscrot is now known as Shutter.</p>
<p>To install Shutter on your Ubuntu Intrepid</p>
<p>First add the PPA&#8217;s key to your system</p>
<p class="codeblock">wget -q http://shutter-project.org/shutter-ppa.key -O- | sudo apt-key add -</p>
<p>Open the apt sources.list file.</p>
<p class="codeblock">gksu gedit /etc/sources.list</p>
<p>Add the following repository to the end of the file. Save and close the file.</p>
<p class="codeblock">deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main<br/><br />
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main</p>
<p>Update and install the application</p>
<p class="codeblock">sudo apt-get update<br/><br />
sudo apt-get install shutter</p>
<p>Open Gscrot (<em>Application -&gt; Accessories -&gt; Gscrot – Screenshot Tool</em>).</p>
<p><img class="alignnone size-full wp-image-1099" title="gscrot-1" src="http://images.maketecheasier.com/2008/11/gscrot-1.jpg" alt="gscrot main window" width="579" height="448" /></p>
<p>There are several options that you can use to take screenshots: Selection, Full Screen, Window, Section and Web.</p>
<p><img class="alignnone size-full wp-image-1104" style="padding-right:5px" title="gscrot-selection" src="http://images.maketecheasier.com/2008/11/gscrot-selection.jpg" alt="gscrot-selection" width="227" height="146" align="left" />The <em>Selection</em> button allows you to capture a selected region of the screen. There are two modes for region selection – <em>Simple</em> and <em>Advanced</em>. The Simple mode is just like the Compiz way where you drag the crosshair cursor across the region that you want to capture. In the <em>Advanced</em> mode, a lightbox canvas will first load up. You can then define, move, resize the region that you want to capture. When you are done, simply press Enter to capture the region.</p>
<p>The <em>Fullscreen</em> button is to take a quick snapshot of the full screen</p>
<p>The <em>Window</em> button allows you to take a screenshot of any active or sub-window.</p>
<p><img class="alignnone size-full wp-image-1105" title="gscrot-window" src="http://images.maketecheasier.com/2008/11/gscrot-window.jpg" alt="gscrot-window" width="399" height="370" /></p>
<p>The <em>Section</em> button allow you to select a section within the window.</p>
<p>The Web button is an interesting one. You enter the URL of the site and get Gscrot to retrieve the full screenshot of the site. No browser required.</p>
<p><img class="alignnone size-full wp-image-1106" title="gscrot-web" src="http://images.maketecheasier.com/2008/11/gscrot-web.jpg" alt="gscrot-web" width="466" height="448" /><br />
Full screenshot of Make Tech Easier</p>
<p>The best of Gscrot comes after you have taken the screenshot. There are various effects (also known as pulgins) that you can use to enhance your screenshot.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2008/11/gscrot-plugin.jpg"><img class="alignnone size-full wp-image-1100" title="gscrot-plugin-small" src="http://images.maketecheasier.com/2008/11/gscrot-plugin-small.jpg" alt="gscrot-plugin" width="580" height="257" /></a><br />
<small>Click to enlarge</small></p>
<p><img class="alignnone size-full wp-image-1101" title="gscrot-plugin-result" src="http://images.maketecheasier.com/2008/11/gscrot-plugin-result.jpg" alt="gscrot-plugin-result" width="580" height="449" /><br />
The result after applying <em>Raise border</em> and <em>Jigsaw piece 1</em> plugins</p>
<p>There is also a draw function where you can add drawing or annotation to the images.</p>
<p><img class="alignnone size-full wp-image-1102" title="gscrot-draw" src="http://images.maketecheasier.com/2008/11/gscrot-draw.jpg" alt="gscrot-draw" width="580" height="548" /></p>
<p>You can also upload your screenshots to specific image hosting sites such as <a href="http://ubuntu-pics.de/" target="_blank">ubuntu-pics.de</a>, <a href="http://imagebanana.com" target="_blank">imagebanana.com</a> and <a href="http://imageshack.us" target="_blank">imageshack.us</a></p>
<p><img class="alignnone size-full wp-image-1103" title="gscrot-upload" src="http://images.maketecheasier.com/2008/11/gscrot-upload.jpg" alt="gscrot-upload" width="453" height="490" /></p>
<h3>Conclusion</h3>
<p>After reading the review and seeing the screenshot, are you excited? I am not sure about you, but I am definitely impress by Gscrot. If you are looking for a standalone screen capture app, I strongly recommend Gscrot.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14">Gscrot: A Powerful Screen Capture Tool For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
