<?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>Shutter - Feature-rich Screenshot Tool &#187; plugins</title>
	<atom:link href="http://shutter-project.org/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://shutter-project.org</link>
	<description>Shutter is an open-source program, and is available completely for free!</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Shutter 0.88 released</title>
		<link>http://shutter-project.org/2011/11/shutter-0-88-released/</link>
		<comments>http://shutter-project.org/2011/11/shutter-0-88-released/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 12:36:42 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[imgur]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[twitpic]]></category>
		<category><![CDATA[ubuntu-pics]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=1538</guid>
		<description><![CDATA[This release improves Shutter's upload mechanism, adds new features and fixes bugs.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000338 seconds-->
<!---Displayed in 0.013281 seconds.-->
<p>This release improves Shutter&#8217;s upload mechanism, adds new features and fixes bugs.<br />
<span id="more-1538"></span></p>
<h2>Improved Uploading</h2>
<p>Due to the rewrite of major parts of the code it was never easier to write an upload plugin for Shutter. Hence we added a bunch of new image hosting services.</p>
<div id="attachment_1544" class="wp-caption aligncenter" style="width: 292px"><a href="http://shutter-project.org/wp-content/uploads/shutter_088_preferences.png" rel="shadowbox[sbpost-1538];player=img;" title="shutter_088_preferences"><img class="size-medium wp-image-1544" title="shutter_088_preferences" src="http://shutter-project.org/wp-content/uploads/shutter_088_preferences-282x300.png" alt="List of new upload plugins" width="282" height="300" /></a><p class="wp-caption-text">New upload plugins</p></div>
<p>Shutter does also remember the latest uploads now. See how all this works:</p>
<p><center><br />
<iframe src="http://player.vimeo.com/video/32618273" frameborder="0" width="400" height="230"></iframe><br />
<a href="http://vimeo.com/32618273">Improved Uploading</a> from <a href="http://vimeo.com/shutterproject">Mario Kemper</a> on <a href="http://vimeo.com">Vimeo</a>.</center>&nbsp;</p>
<h2>Improved CLI-Interface</h2>
<p>Is is now possible to specify the filename when using Shutter via command line. Here is an excerpt from Shutter&#8217;s manual page:</p>
<pre>-o, --output=FILENAME
   Specify a filename to save the screenshot to (overwrites any profile-related
   setting).

   Supported image formats: You can save to any popular image format (e.g. jpeg, png,
   gif, bmp). Additionally it is possible to save to pdf, ps or svg.

   Please note: There are several wildcards available, like

	%Y = year
	%m = month
	%d = day
	%T = time
	$w = width
	$h = height
	$name = multi-purpose (e.g. window title)
	$nb_name = like $name but without blanks in resulting strings
	$profile = name of current profile
	$R = random char (e.g. $RRRR = ag4r)
	%NN = counter

   The string is interpretted by strftime. See "man strftime" for more examples.

   As an example: shutter -f -e -o './%y-%m-%d_$w_$h.png' would create a file named
   '11-10-28_1280_800.png' in the current directory.</pre>
<pre></pre>
<p>Particularly interesting is the possibility to export directly to PDF without any further processing.</p>
<h2>Want to develop an upload plugin?</h2>
<p>All you need is a) some knowledge of <a href="http://en.wikipedia.org/wiki/Perl" target="_blank">Perl</a> b) this <a title="Developers" href="http://shutter-project.org/contribute/developers/">template</a>!</p>
<h2>You are a package maintainer?</h2>
<p>Shutter used to ship some Perl modules within the release tarball. We removed those custom modules because of security reasons. Please have a look at our <a title="Dependencies" href="http://shutter-project.org/downloads/dependencies/">list of dependencies</a> to check if your current package does fulfill the needs of the new version. If you have any questions, please feel free to <a title="Contact" href="http://shutter-project.org/contact/">contact</a> us.</p>
<h2>How to install?</h2>
<p>If you&#8217;ve subscribed to the Ubuntu repository, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a title="Downloads" href="http://shutter-project.org/downloads/" target="_blank">downloads page</a> for individual packages. Updates for other distributions will be available soon. Changelog:</p>
<pre>  * New Features
    -- Refactored the uploading code (added support for plugins)
    -- Added new upload plugins
    -- Public links are now saved when a screenshot was uploaded
    -- New command line option: specify filename
  * New Upload Plugins
    -- Dropbox
    -- ImageBanana
    -- ImageShack
    -- Imgur
    -- ImmIO
    -- ITmages
    -- Minus
    -- Omploader
    -- ToileLibre
    -- TwitPic
    -- UbuntuPics
  * Fixed bugs / minor improvements
    -- LP: #342622
       [Remember upload links]
    -- LP: #841328
       [black corners if window is selected from the window list]
    -- LP: #888441
       [dialog not clickable when renaming a file]
    -- LP: #889031
       [Package should'nt provide own perl libraries]
    -- LP: #892703
       [After unlinking from Dropbox there is no way to relink it again]
    -- LP: #650701
       [retrieve Public URL if screenshot is already uploaded]
    -- LP: #675911
       [Url not selected when i do single click]
    -- LP: #793462
       [Short URL in imageshack.us]
    -- LP: #870556
       [specify file name on command line]
    -- LP: #374024
       [http://omploader.org/ as new image hoster]
    -- LP: #486490
       [Feature Request: Upload to imgur]
    -- LP: #489598
       [Wish: Add Twitpic support]
    -- LP: #598818
       [feature request: extensible imagehost/upload tools]
    -- LP: #602209
       [Add integration with Dropbox]
    -- LP: #619748
       [Add ubuntuusers.de thumbnail code to any of the hosting plugins]
    -- LP: #651029
       [Feature Request: Upload to ITmages]
    -- LP: #703299
       [Add upload to http://pix.toile-libre.org/]
    -- LP: #785032
       [min.us uploading support]
    -- LP: #793463
       [More image services to upload]
  * improved support for Gnome-Shell
  * several smaller bugfixes
  * updated translations</pre>
<p>Enjoy this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2011/11/shutter-0-88-released/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>0.86.4 is out! Get it now!</title>
		<link>http://shutter-project.org/2010/09/shutter-0-86-4-is-out-get-it-now/</link>
		<comments>http://shutter-project.org/2010/09/shutter-0-86-4-is-out-get-it-now/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 15:24:02 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[boder]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[latin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[stitch]]></category>
		<category><![CDATA[u1]]></category>
		<category><![CDATA[ubuntuone]]></category>
		<category><![CDATA[workspaces]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=1271</guid>
		<description><![CDATA[We are happy to announce the release of Shutter 0.86.4. This is our last release in the 0.86.x release cycle. The next release will be 0.87. Read on to get more information about the changes and new features.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000325 seconds-->
<!---Displayed in 0.014362 seconds.-->
<p>We are happy to announce the release of Shutter 0.86.4. This is our last release in the 0.86.x release cycle. The next release will be <a href="https://launchpad.net/shutter/+milestone/0.87" target="_blank">0.87</a>. Read on to get more information about the changes and new features.</p>
<h2><span id="more-1271"></span>Capture all workspaces as one image</h2>
<p>If you ever wanted to capture your whole desktop &#8211; including all workspaces &#8211; this feature is for you.</p>
<div id="attachment_1296" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_all_workspaces.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_all_workspaces"><img class="size-thumbnail wp-image-1296" title="shutter_all_workspaces" src="http://shutter-project.org/wp-content/uploads/shutter_all_workspaces-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Capture all workspaces</p></div>
<p>After clicking on the menu entry above Shutter will automatically cycle through all of your workspaces, capture every single one and composes them into one large image (preserving the original layout).</p>
<h2>Automatically add a border</h2>
<p>Sometimes it is useful to add a border to screenshots, e.g. to separate the white portion of the screenshot and the white background of a document.</p>
<p>This functionality is now built-in. Got to Shutter&#8217;s preferences to activate it:</p>
<div id="attachment_1300" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_auto_border.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_auto_border"><img class="size-thumbnail wp-image-1300" title="shutter_auto_border" src="http://shutter-project.org/wp-content/uploads/shutter_auto_border-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Choose border width and color</p></div>
<p>This is how a screenshot with auto-border looks like:</p>
<div id="attachment_1299" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_auto_border_result.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_auto_border_result"><img class="size-thumbnail wp-image-1299" title="shutter_auto_border_result" src="http://shutter-project.org/wp-content/uploads/shutter_auto_border_result-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Example</p></div>
<h2>New plugins</h2>
<p>The <em>hard shadow</em>-plugin is now configurable and allows you to change the direction and the color of the shadow:</p>
<div id="attachment_1302" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_hard_shadow.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_hard_shadow"><img class="size-thumbnail wp-image-1302" title="shutter_hard_shadow" src="http://shutter-project.org/wp-content/uploads/shutter_hard_shadow-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Choose direction and color</p></div>
<p><em>Autocrop</em> is a completely new plugin. It uses ImageMagick&#8217;s convert -trim option to remove empty borders from a screenshot. Grabbing a picture out of a PDF is a good use-case. Here is an example:</p>
<div id="attachment_1305" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_autocrop_before.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_autocrop_before"><img class="size-thumbnail wp-image-1305" title="shutter_autocrop_before" src="http://shutter-project.org/wp-content/uploads/shutter_autocrop_before-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Original image</p></div>
<div id="attachment_1306" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_autocrop_after.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_autocrop_after"><img class="size-thumbnail wp-image-1306" title="shutter_autocrop_after" src="http://shutter-project.org/wp-content/uploads/shutter_autocrop_after-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Using the autocrop-plugin</p></div>
<h2>Advanced Selection Tool: New shortcuts</h2>
<p>On a large display it is sometimes tricky to get start points and end points perfect. Due to that it is now possible to use the keyboard (cursor keys) for grain movement. To start the selection you can now simply hold down <em>Ctrl</em>-Key. Otherwise it could be possible to move the mouse cursor when attempting  to left click once the starting point has been positioned exactly with  the keyboard.</p>
<h2>Launch DrawingTool directly after capture</h2>
<p>You can now configure Shutter to use launch the DrawingTool (<em>Edit</em>-Button) directly after taking a screenshot. You simply need to go to Shutter&#8217;s preferences and activate this option.</p>
<div id="attachment_1311" class="wp-caption aligncenter" style="width: 160px"><a href="http://shutter-project.org/wp-content/uploads/shutter_editor_openwith.png" rel="shadowbox[sbpost-1271];player=img;" title="shutter_editor_openwith"><img class="size-thumbnail wp-image-1311" title="shutter_editor_openwith" src="http://shutter-project.org/wp-content/uploads/shutter_editor_openwith-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Open with</p></div>
<h2>How to get it</h2>
<p>If you&#8217;ve subscribed to the Ubuntu repository, you&#8217;ll be prompted about an update being available automatically &#8211; otherwise, check the <a href="/index.php/downloads/" target="_blank">downloads</a> page for individual packages. Maintainers of other distributions will be notified, so updates for that will be available soon.</p>
<p>Changelog:</p>
<pre id="shutter_0.86.4~ppa4">  * New Features
    -- Automatically add a border
    -- Capture all workspaces as one image
  * New Plugins
    -- Hard Shadow
    -- Autocrop
  * Fixed Bugs / Minor Improvements
    -- LP: <a href="https://launchpad.net/bugs/342628">#342628</a>
       [Make selection capture 'rounded grey box' less intrusive]
    -- LP: <a href="https://launchpad.net/bugs/497050">#497050</a>
       [Direction/Color on Shadow Plugin]
    -- LP: <a href="https://launchpad.net/bugs/535481">#535481</a>
       [Need an autocrop tool]
    -- LP: <a href="https://launchpad.net/bugs/583988">#583988</a>
       [JPEG export: file size too big]
    -- LP: <a href="https://launchpad.net/bugs/588188">#588188</a>
       [Add DrawingTool to Preferences&gt;Actions&gt;Open with]
    -- LP: <a href="https://launchpad.net/bugs/590348">#590348</a>
       [Need "border" feature]
    -- LP: <a href="https://launchpad.net/bugs/608683">#608683</a>
       [capture ALL desktops as one image]
    -- LP: <a href="https://launchpad.net/bugs/611832">#611832</a>
       [Advanced selection tool - Enable numpad enter]
    -- LP: <a href="https://launchpad.net/bugs/618008">#618008</a>
       [Non-latin filenames]
    -- LP: <a href="https://launchpad.net/bugs/620136">#620136</a>
       [Keyboard should be able to be used for fine grain movements]
    -- LP: <a href="https://launchpad.net/bugs/620397">#620397</a>
       [Adv. Selection Tool: no update when using the keyboard]
    -- LP: <a href="https://launchpad.net/bugs/622638">#622638</a>
       [shutter launches ubuntuone also, at startup]
  * updated translations</pre>
<p>Enjoy this release!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2010/09/shutter-0-86-4-is-out-get-it-now/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Shutter 0.86 adds features and a lot of bugfixes</title>
		<link>http://shutter-project.org/2010/03/shutter-0-86-adds-features-and-a-lot-of-bugfixes/</link>
		<comments>http://shutter-project.org/2010/03/shutter-0-86-adds-features-and-a-lot-of-bugfixes/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:38:38 +0000</pubDate>
		<dc:creator>Romario</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[0.86]]></category>
		<category><![CDATA[3D reflection]]></category>
		<category><![CDATA[3D rotate]]></category>
		<category><![CDATA[bordereffect]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pixelate]]></category>
		<category><![CDATA[pixelize]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[redo]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=966</guid>
		<description><![CDATA[This is the next step of evolution. Shutter 0.86 is out and adds reasonable new features and includes a lot of bugfixes to make your screenshot taking experience better.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000343 seconds-->
<!---Displayed in -0.986121 seconds.-->
<p>This is the next step of evolution. Shutter 0.86 is out and adds reasonable new features and includes a lot of bugfixes to make your screenshot taking experience better.</p>
<p>Read on about the most important changes&#8230;</p>
<p><span id="more-966"></span></p>
<h2>Redo Last Screenshot</h2>
<p>Are you tired of selecting the same region of your screen several times until you have the perfect screenshot? Do you want to capture the same window multiple times to create a step-by-step guide?</p>
<p>In this case you will love Shutter&#8217;s new &#8216;Redo last screenshot&#8217; feature. It allows you to redo the last screenshot without doing a selection again.</p>
<p><a href="http://shutter-project.org/wp-content/uploads/redo_screenshot.png" rel="shadowbox[sbpost-966];player=img;" title="redo_screenshot_0.86"><img class="aligncenter size-thumbnail wp-image-978" title="redo_screenshot_0.86" src="http://shutter-project.org/wp-content/uploads/redo_screenshot-150x150.png" alt="" width="150" height="150" /></a></p>
<p>You can even redo every single screenshot in your session &#8211; easy isn&#8217;t it?</p>
<p><a href="http://shutter-project.org/wp-content/uploads/redo_this_screenshot.png" rel="shadowbox[sbpost-966];player=img;" title="redo_this_screenshot_0.86"><img class="aligncenter size-thumbnail wp-image-975" title="redo_this_screenshot_0.86" src="http://shutter-project.org/wp-content/uploads/redo_this_screenshot-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>Pixelize</h2>
<p>You want to hide private content from your screenshots? Check out the new Pixelize tool&#8230;</p>
<p><a href="http://shutter-project.org/wp-content/uploads/pixelize.png" rel="shadowbox[sbpost-966];player=img;" title="pixelize_0.86"><img class="aligncenter size-thumbnail wp-image-979" title="pixelize_0.86" src="http://shutter-project.org/wp-content/uploads/pixelize-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>New Callout Shapes</h2>
<p>We have added some nice callout shapes to the DrawingTool. Due to the fact that these files are in SVG format they can nicely be  resized &#8211; here are some examples:</p>
<p><a href="http://shutter-project.org/wp-content/uploads/callouts.png" rel="shadowbox[sbpost-966];player=img;" title="callouts_0.86"><img class="aligncenter size-thumbnail wp-image-982" title="callouts_0.86" src="http://shutter-project.org/wp-content/uploads/callouts-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>PDF + SVG Export</h2>
<p>Shutter now uses <a href="http://en.wikipedia.org/wiki/Cairo_%28graphics%29" target="_blank">cairo</a> to render PDF and SVG documents. What does this mean to you? It allows you to export your current drawing to SVG format that can be edited with any vector graphics program, e.g. <a href="http://en.wikipedia.org/wiki/Inkscape" target="_blank">Inkscape</a>. Additionally  PDF Export is integrated in the main program now and can be launched directly from the <em>File</em> menu.</p>
<p><a href="http://shutter-project.org/wp-content/uploads/svg_pdf.png" rel="shadowbox[sbpost-966];player=img;" title="svg_pdf_0.86"><img class="aligncenter size-thumbnail wp-image-983" title="svg_pdf_0.86" src="http://shutter-project.org/wp-content/uploads/svg_pdf-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>Copy URL To Clipboard (FTP Upload)</h2>
<p>When uploading into a FTP server&#8217;s directory that is accessible via HTTP you can now configure the website&#8217;s URL. This URL will be copied to clipboard when uploading. You can now use the URL to view your screenshot in your favorite browser or paste it into a web-forum etc..</p>
<p><a href="http://shutter-project.org/wp-content/uploads/upload_url.png" rel="shadowbox[sbpost-966];player=img;" title="upload_url_0.86"><img class="aligncenter size-thumbnail wp-image-985" title="upload_url_0.86" src="http://shutter-project.org/wp-content/uploads/upload_url-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>Built-In Notifications</h2>
<p>This version introduces a built-in notification system. Systemwide notification systems like Ubuntu&#8217;s Notify-OSD are not primarily designed to be used by in the way we want to use it and do have some limitations, e.g. you can not close the notifications immediately, that are critical in the context of taking screenshots.</p>
<p>The built-in system allows us to use the messages in a more flexible way. There are already some more features planned for future version, e.g. a button to cancel a running countdown. Users with lean desktop configurations where no notification daemon is installed, e.g. pure fluxbox, can now use the built-in system as well.</p>
<p>Please note that you can still use the system&#8217;s notification system if you wish. There is a setting in the preferences.</p>
<p><a href="http://shutter-project.org/wp-content/uploads/notifications.png" rel="shadowbox[sbpost-966];player=img;" title="notifications_0.86"><img class="aligncenter size-thumbnail wp-image-980" title="notifications_0.86" src="http://shutter-project.org/wp-content/uploads/notifications-150x150.png" alt="" width="150" height="150" /></a></p>
<p>Detailed changelog is <a href="https://launchpad.net/shutter/+milestone/0.86">available here</a>.</p>
<p>Enjoy the update!</p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2010/03/shutter-0-86-adds-features-and-a-lot-of-bugfixes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Shutter 0.80 released &#8211; great stuff inside</title>
		<link>http://shutter-project.org/2009/07/shutter-0-80-released-great-stuff-inside/</link>
		<comments>http://shutter-project.org/2009/07/shutter-0-80-released-great-stuff-inside/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 15:27:40 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[0.80]]></category>
		<category><![CDATA[arrow]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[distortion]]></category>
		<category><![CDATA[highlighter]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[redo]]></category>
		<category><![CDATA[rotate]]></category>
		<category><![CDATA[shapes]]></category>
		<category><![CDATA[undo]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=571</guid>
		<description><![CDATA[Great things come to those who wait. Shutter 0.80 brings a host of new and important features, existing plugins, bugfixes and translation updates.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000383 seconds-->
<!---Displayed in 0.012138 seconds.-->
<p>Great things come to those who wait. Shutter 0.80 brings a host of new and important features, existing plugins, bugfixes and translation updates.</p>
<h2>Undo / Redo support in the editor</h2>
<p><a href="http://shutter-project.org/wp-content/uploads/screenshot_075.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - undo / redo"><img class="alignright size-medium wp-image-677" title="DrawingTool - undo / redo" src="http://shutter-project.org/wp-content/uploads/screenshot_075-300x104.png" alt="DrawingTool - undo / redo" width="300" height="104" /></a>Shutters screenshot editor now features undo capability &#8211; making it much more forgiving against accidents, and allowing for easier experimentation. This also makes it a rather complete screenshot-oriented image editor, and as far as we know, the first of its kind on Linux <img src='http://shutter-project.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>New tools in the editor</h2>
<p>The editor also received several useful tools &#8211; <strong>arrow shape</strong>, <strong>highlighter</strong>, <strong>numbered tags</strong>,<strong> crop tool</strong>, and <strong>a resizable canvas</strong>.</p>
<p>The <strong>arrow</strong> is a tool of it&#8217;s own now &#8211; previously it was an image, which wasn&#8217;t convenient to access frequently and had some complications when using. Now it&#8217;s available on the left toolbar, and functions similarly to the line too.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_065.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - edit arrow preferences"><img class="size-thumbnail wp-image-667 aligncenter" title="DrawingTool - edit arrow preferences" src="http://shutter-project.org/wp-content/uploads/screenshot_065-150x150.png" alt="DrawingTool - edit arrow preferences" width="150" height="150" /></a></p>
<p>The <strong>highlighter</strong> tool, as it&#8217;s name implies, is useful for highlighting. While a pencil tool with a large line width, some transparency and a yellow color does the same job, it was inconvenient to switch the color setup from the standard to the &#8216;highlighting&#8217; mode and back. Now the highlighter is a tool of it&#8217;s own, with a nice cursor, making it easier and faster to highlight. Big thanks to <a href="http://rfquerin.org/">Richard Querin</a> of the <a href="http://screencasters.heathenx.org/">Inkscape Screencasters</a> fame for providing us with the nice highlighter icon.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_063.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - highlighter / marker"><img class="aligncenter size-thumbnail wp-image-665" title="DrawingTool - highlighter / marker" src="http://shutter-project.org/wp-content/uploads/screenshot_063-150x150.png" alt="DrawingTool - highlighter / marker" width="150" height="150" /></a></p>
<p><strong>Numbered tags</strong> &#8211; ah, what Shutter was made originally for &#8211; aiding in documentation process. Numbered tags stamp a number (that&#8217;s auto-incremented each time you use it) on the screenshot, allowing you to clearly detail the steps needed to take in a graphical interface.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_072.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - autoincrement shape 2"><img class="aligncenter size-thumbnail wp-image-674" title="DrawingTool - autoincrement shape 2" src="http://shutter-project.org/wp-content/uploads/screenshot_072-150x150.png" alt="DrawingTool - autoincrement shape 2" width="150" height="150" /></a></p>
<p><strong>Crop tool</strong> allows you to crop your screenshot ala advanced selection tool for screen capture. You draw a box of the area you&#8217;d like to leave, crop, and everything outside of the box is removed with the canvas auto-sized to the new dimensions.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_073.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - crop tool"><img class="aligncenter size-thumbnail wp-image-675" title="DrawingTool - crop tool" src="http://shutter-project.org/wp-content/uploads/screenshot_073-150x150.png" alt="DrawingTool - crop tool" width="150" height="150" /></a></p>
<p>The canvas is now <strong>resizable</strong> &#8211; allowing you to extend it&#8217;s dimensions beyond the original screenshot resolution for more <em>stuff</em>, or sizing it down for less stuff. Do as you please! You are the king/queen.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_070.png" rel="shadowbox[sbpost-571];player=img;" title="DrawingTool - resizable canvas"><img class="aligncenter size-thumbnail wp-image-672" title="DrawingTool - resizable canvas" src="http://shutter-project.org/wp-content/uploads/screenshot_070-150x150.png" alt="DrawingTool - resizable canvas" width="150" height="150" /></a></p>
<p>Besides that, the editor also received various improvements like a built-in fullscreen mode and an option to clear all the objects you&#8217;ve added. The ability open your recently used files has been added to the main window as well.</p>
<p><span id="more-571"></span></p>
<h2>New plugins</h2>
<p>That&#8217;s right! Now you&#8217;ve got more neat effects to apply to your screenshots.</p>
<p><strong>Watermark</strong> &#8211; quite a common function. Add your copyrights, location, project website on your screenshot &#8211; now without complex pixel manipulation and within Shutter.</p>
<p><a href="http://shutter-project.org/wp-content/uploads/screenshot_084.png" rel="shadowbox[sbpost-571];player=img;" title="Plugins - watermark result"><img class="aligncenter size-thumbnail wp-image-690" title="Plugins - watermark result" src="http://shutter-project.org/wp-content/uploads/screenshot_084-150x150.png" alt="Plugins - watermark result" width="150" height="150" /></a></p>
<p><strong>Reflection</strong> &#8211; applies a fading reflection at the bottom of the image, giving it a stylish look.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_094.png" rel="shadowbox[sbpost-571];player=img;" title="Shutter Plugins - reflection"><img class="size-thumbnail wp-image-777 aligncenter" title="Shutter Plugins - reflection" src="http://shutter-project.org/wp-content/uploads/screenshot_094-150x150.png" alt="This plugin applies a fading reflection at the bottom of the image" width="150" height="150" /></a></p>
<p><strong> </strong></p>
<p><strong>Distortion</strong> adds the &#8220;fish eye&#8221; effect by bulging out the middle of the image.</p>
<p style="text-align: center;"><a href="http://shutter-project.org/wp-content/uploads/screenshot_080.png" rel="shadowbox[sbpost-571];player=img;" title="Plugins - barrel distortion"><img class="aligncenter size-thumbnail wp-image-686" title="Plugins - barrel distortion" src="http://shutter-project.org/wp-content/uploads/screenshot_080-150x150.png" alt="Plugins - barrel distortion" width="150" height="150" /></a></p>
<p><strong>3d rotate</strong> &#8211; allows you to rotate the image on all three (x, y, z) axis in 3d. Add a new depth to your screenshots!</p>
<p><a href="http://shutter-project.org/wp-content/uploads/screenshot_079.png" rel="shadowbox[sbpost-571];player=img;" title="Plugins - 3D rotate result"><img class="aligncenter size-thumbnail wp-image-685" title="Plugins - 3D rotate result" src="http://shutter-project.org/wp-content/uploads/screenshot_079-150x150.png" alt="Plugins - 3D rotate result" width="150" height="150" /></a></p>
<p>As with everything else, bugs were fixed and we&#8217;re already planning for the next version, 0.85. We hope you enjoy this release!</p>
<p>Detailed changelog is <a href="https://launchpad.net/shutter/+milestone/0.80">available here</a>.</p>
<div class="mceTemp">
<dl id="attachment_753" class="wp-caption alignright" style="width: 160px;">
<dt class="wp-caption-dt"><strong><strong><a href="http://shutter-project.org/wp-content/uploads/key_feature_080.png" rel="shadowbox[sbpost-571];player=img;"><br />
</a></strong></strong></dt>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2009/07/shutter-0-80-released-great-stuff-inside/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Shutter&#8217;s first birthday!</title>
		<link>http://shutter-project.org/2009/04/shutters-first-birthday/</link>
		<comments>http://shutter-project.org/2009/04/shutters-first-birthday/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:19:52 +0000</pubDate>
		<dc:creator>Vadim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[one year]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[polaroid]]></category>
		<category><![CDATA[scrot]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://shutter-project.org/?p=530</guid>
		<description><![CDATA[Before you know it, it looks like a whole year has passed now from the first public revision  of GScrot (what Shutter was previously known as) was published on April 9, 2008, at 21:19. Shutter one year old now! It seems that time passed so quickly, so lets look at what was accomplished in the last year.]]></description>
			<content:encoded><![CDATA[<!--Searching /home/www/shutter/wordpress/wp-content/uploads/random: found 78 images in 0.000566 seconds-->
<!---Displayed in 0.035478 seconds.-->
<p>Before you know it, it looks like a whole year has passed now from the<a href="http://bazaar.launchpad.net/~mario-kemper/shutter/devel/revision/1?start_revid=1"> first public revision</a> of GScrot (what Shutter was previously known as) was published on April 9, 2008, at 21:19. Shutter one year old now! It seems that time passed so quickly, so lets look at what was accomplished in the last year.</p>
<p><span id="more-530"></span></p>
<p><span style="font-size: medium;"><em>why was it started</em></span></p>
<p>As Mario started to work in the quality assurance department of a local IT-company, he started looking for some a neat screenshot application &#8211; because there is a lot of documentation and bug tracking work to be done where screenshots are essential.</p>
<p>There were some apps like ksnapshot, gnome-screenshot etc. but they all focus on a single screenshot; no editing features, no session, no uploading, no nice effects etc. So he started to develop Shutter (formerly gscrot) with these features and goals in mind.</p>
<p><span style="font-size: medium;"><em>timeline of the project</em></span></p>
<p>The <em><strong>plugins system</strong></em> was one of the first major features that were implemented. It was now possible to add effects like drop shadows, polaroid etc. to the screenshots. Most of these plugins are still available in the latest version of Shutter.</p>
<p><a href="http://ubuntu-pics.de">ubuntu-pics.de</a> was the first image hoster that was supported by the new <em><strong>upload functionality</strong></em> added to Shutter in the following weeks.</p>
<p>Shutter was a little frontend for <a href="http://linuxbrit.co.uk/scrot/">scrot</a> at first but it moved very fast and while there were more and more feature requests scrot was dropped and a <em><strong>standalone backend</strong></em> was implemented. This step made it possible to add advanced features like the <em><strong>zoom-window</strong></em>, <em><strong>window selection by name</strong></em> and last but not least the <em><strong>advanced selection tool</strong></em>.</p>
<p>Another milestone is the <em><strong>drawing tool</strong></em> that was requested by so many users and was introduced in the 0.6x series of Shutter. There was no need to start image manipulation tools like The Gimp after capturing a screenshot anymore just if you wanted to highlight some thing or add arbitrary graphics to your image.</p>
<p><span style="font-size: medium;"><em>pics of the first release</em></span></p>
<p><span style="font-size: medium;"><em> </em></span></p>
<div id="attachment_541" class="wp-caption alignnone" style="width: 310px"><a href="http://shutter-project.org/wp-content/uploads/shutter_1st_birthday2.png" rel="shadowbox[sbpost-530];player=img;"><em><em><img class="size-medium wp-image-541" title="shutter_1st_birthday2" src="http://shutter-project.org/wp-content/uploads/shutter_1st_birthday2-300x193.png" alt="One of the very first implementations. Scrot console parameters turned into graphical switches ;-)" width="300" height="193" /></em></em></a><p class="wp-caption-text">One of the very first implementations. Scrot console parameters turned into graphical switches <img src='http://shutter-project.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p></div>
<p><em> </em></p>
<div id="attachment_540" class="wp-caption alignnone" style="width: 310px"><a href="http://shutter-project.org/wp-content/uploads/shutter_1st_birthday1.png" rel="shadowbox[sbpost-530];player=img;" title="shutter_1st_birthday1"><img class="size-medium wp-image-540" title="shutter_1st_birthday1" src="http://shutter-project.org/wp-content/uploads/shutter_1st_birthday1-300x262.png" alt="The first release (still named XScrot - the very first code name)." width="300" height="262" /></a><p class="wp-caption-text">The first release (still named XScrot - the very first code name).</p></div>
<p><br class="spacer_" /></p>
<p>That&#8217;s all!  Now you know a bit more about Shutter. Enjoy it <img src='http://shutter-project.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://shutter-project.org/2009/04/shutters-first-birthday/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

