<?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>TuxArena &#187; shutter</title>
	<atom:link href="http://www.tuxarena.com/tag/shutter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxarena.com</link>
	<description>Ubuntu/Debian/Mint news and tutorials &#124; Linux stuff</description>
	<lastBuildDate>Sat, 11 May 2013 13:35:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>6 Applications to Take Screenshots in Ubuntu</title>
		<link>http://www.tuxarena.com/2011/11/6-applications-to-take-screenshots-in-ubuntu/</link>
		<comments>http://www.tuxarena.com/2011/11/6-applications-to-take-screenshots-in-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 18:35:08 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[ksnapshot]]></category>
		<category><![CDATA[shutter]]></category>

		<guid isPermaLink="false">http://www.tuxarena.com/?p=1676</guid>
		<description><![CDATA[Dedicated applications Shutter This is a very powerful and feature-rich tool for taking screenshots. Written in GTK and blending well in GNOME, Shutter offers just about anything you would ask from such an application: timer, screenshots of whole screen, windows, widgets, a quick and easy-to-use editor for fast retouching or pointing out certain aspects of [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Dedicated applications</strong></p>
<p><a href="http://shutter-project.org/"><strong>Shutter</strong></a><br />
This is a very powerful and feature-rich tool for taking screenshots. Written in GTK and blending well in GNOME, Shutter offers just about anything you would ask from such an application: timer, screenshots of whole screen, windows, widgets, a quick and easy-to-use editor for fast retouching or pointing out certain aspects of the image, support for plugins, exporting/importing and saving to PNG, JPG or BMP. Definitely a winner in my opinion.</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/shutter.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/shutter-640x425.png" alt="" title="shutter" width="640" height="425" class="aligncenter size-large wp-image-1680" /></a></p>
<p><span id="more-1676"></span></p>
<p><a href="http://live.gnome.org/GnomeUtils"><strong>GNOME Screenshot</strong></a><br />
This is the default screenshot application that comes with the GNOME desktop environment, offering a very basic graphical interface. It&#8217;s triggered by pressing Print Screen, and by default it will take the screenshot of the whole screen. Here&#8217;s how it looks:</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/gnome-screenshot.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/gnome-screenshot-640x368.png" alt="" title="gnome-screenshot" width="640" height="368" class="aligncenter size-large wp-image-1679" /></a></p>
<p>Although it allows to take screenshots of only windows or section of the screen, unfortunately these are not available in the graphical interface, but can be triggered by running gnome-screenshot in a terminal with certain parameters. For example, <b>gnome-screenshot -w</b> will take the screenshot of a window, <b>gnome-screenshot -a</b> will take the screenshot of a screen area, while <b>gnome-screenshot -B</b> will take the screenshot of a window, excluding window borders. Why these don&#8217;t have a corresponding tick box in the graphical window is still a mystery to me. That being said, GNOME Screenshot is a very fast choice if you quickly want to grab the whole screen and dump it to a file.</p>
<p><a href="http://kde.org/applications/graphics/ksnapshot/"><strong>KSnapshot</strong></a><br />
This is the screenshot application used by KDE and provides a timer as well as possibility to take the screenshot of a particular area of the screen or only a window, include or exclude window decorations. Pretty fast and easy to use.</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/ksnapshot.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/ksnapshot.png" alt="" title="ksnapshot" width="581" height="621" class="aligncenter size-full wp-image-1681" /></a></p>
<p><a href="http://www.imagemagick.org/script/index.php"><strong>ImageMagick</strong></a><br />
Actually the tool is called <b>import</b> and it&#8217;s included in the imagemagick package. It can be used in the command-line mode and comes with various options. It can be a little hard to manipulate it and maybe not the best recommendation for a person who uses only GUI, but otherwise it&#8217;s very powerful. The easiest way to take a screenshot using it would probably be something like <b>import image.png</b>, and then select the region of the screen you want to capture.</p>
<p><strong>scrot</strong><br />
Or SCReen SHot, scrot is yet another powerful tool for taking screenshots in command-line mode. The simplest way to use it would be <b>scrot image.png</b>, which will take a screenshot of the whole screen and save it in the current directory as image.png. To set a delay time in seconds, use the <b>-d</b> switch, e.g. <b>scrot -d 3 image.png</b>.</p>
<p><strong>&#8230;And one more</strong></p>
<p><a href="http://www.gimp.org/"><strong>GIMP</strong></a><br />
Probably well-known by most users who use to edit images on a daily basis or even occasionally, GIMP is a very powerful and feature-rich image manipulation application. One of the features it also has is the ability to take screenshots. To use it, go to File->Create->Screenshot&#8230; and select the desired options in the window that appears.</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/gimp.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/gimp-640x630.png" alt="" title="gimp" width="640" height="630" class="aligncenter size-large wp-image-1682" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxarena.com/2011/11/6-applications-to-take-screenshots-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Taking Screenshots with Shutter in Ubuntu</title>
		<link>http://www.tuxarena.com/2011/11/taking-screenshots-with-shutter-in-ubuntu/</link>
		<comments>http://www.tuxarena.com/2011/11/taking-screenshots-with-shutter-in-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 14:10:46 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[shutter]]></category>

		<guid isPermaLink="false">http://www.tuxarena.com/?p=1640</guid>
		<description><![CDATA[Shutter 0.88 has recently been released with several new features, looking even better than before. For those of you who didn&#8217;t hear about it before, it&#8217;s probably time you have a look at it. Shutter is probably the most powerful screenshot-taking application available for GNOME, including countless features and several useful tools to take screenshots [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://shutter-project.org/">Shutter 0.88</a> has recently been released with several new features, looking even better than before.</p>
<p>For those of you who didn&#8217;t hear about it before, it&#8217;s probably time you have a look at it. Shutter is probably the most powerful screenshot-taking application available for GNOME, including countless features and several useful tools to take screenshots and manipulate them in any way possible.</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/shutter_088.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/shutter_088-640x340.png" alt="" title="shutter_088" width="640" height="340" class="aligncenter size-large wp-image-1657" /></a></p>
<p><span id="more-1640"></span></p>
<p>The latest release brings several new features, including:</p>
<ul>
<li>improved uploading by adding a bunch of new image hosting services
<li>improved CLI interface
</ul>
<p>Other changes include rewritten code and fixed bugs.</p>
<p>To install the latest Shutter release in Ubuntu, open a terminal and type in the following two lines:</p>
<p>sudo add-apt-repository ppa:shutter/ppa<br />
sudo apt-get update &#038;&#038; sudo apt-get install shutter</p>
<p>The first command will add the Shutter repository to your sources list and the second will fetch and install the latest version.</p>
<p><strong>Features</strong></p>
<p>Shutter supports sessions, exporting to various Internet services, it can save in various image formats, including PNG or JPG, it supports plugins and comes bundled with a lot of them. In addition, Shutter is also highly configurable via the Edit->Preferences menu entry.</p>
<p><a href="http://www.tuxarena.com/wp-content/uploads/2011/11/preferences.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/preferences-640x552.png" alt="" title="preferences" width="640" height="552" class="aligncenter size-large wp-image-1661" /></a></p>
<p>It allows you to take screenshots of the <strong>whole desktop</strong>, a <strong>window</strong>, a <strong>section of desktop</strong>, a <strong>child window</strong>, a <strong>single menu</strong> or <strong>cascading menus</strong>, only a <strong>tooltip</strong>, and it provides a <strong>timer</strong> too.</p>
<p>For quick editing, Shutter comes with the Shutter Drawing Tool, an application which can be launched from the menu or from the toolbar, and which includes basic painting tools like straight lines or rectangles, but also text or the pixelize effect. <del datetime="2011-11-30T15:28:37+00:00">However the current version seems to have a bug when trying to save the image, the window closing unexpectedly.</del> Still, exporting to a huge number of image formats works, as well as PDF or SVG.</p>
<p>Drawing tool<br />
<a href="http://www.tuxarena.com/wp-content/uploads/2011/11/drawing_tool.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/drawing_tool-640x355.png" alt="" title="drawing_tool" width="640" height="355" class="aligncenter size-large wp-image-1658" /></a></p>
<p>The configuration window allows to change the default image format for saving screenshots (PNG, JPEG or BMP), automatically save file, change the default file name (including the numbering style), include or exclude the cursor, include or exclude window decorations, automatically resize window, generate thumbnail, border, reduce colors, enable/disable popups, change the default keybinding in GNOME, upload images to various services.</p>
<p>You can start Shutter at login, hide the window on first launch and also hide the notification icon. Tray icon integration is also provided. Shutter also comes with several plugins, mostly for applying image effects.</p>
<p>Plugins<br />
<a href="http://www.tuxarena.com/wp-content/uploads/2011/11/plugins.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/plugins-640x600.png" alt="" title="plugins" width="640" height="600" class="aligncenter size-large wp-image-1660" /></a></p>
<p>Behavior options<br />
<a href="http://www.tuxarena.com/wp-content/uploads/2011/11/behavior.png"><img src="http://www.tuxarena.com/wp-content/uploads/2011/11/behavior-512x640.png" alt="" title="behavior" width="512" height="640" class="aligncenter size-large wp-image-1659" /></a></p>
<p>In addition to these, Shutter also includes several nice command-line switches which provide the possibility to take screenshots directly from the terminal (for example <b>shutter -w</b> will take the screenshot of a window while <b>shutter -f</b> will capture the fullscreen).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tuxarena.com/2011/11/taking-screenshots-with-shutter-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
