<?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>Greenshot</title>
	<atom:link href="http://getgreenshot.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://getgreenshot.org</link>
	<description>the screenshot tool</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A few words on memory usage or: working set vs. private working set</title>
		<link>http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/</link>
		<comments>http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:04:07 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[working set]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=205</guid>
		<description><![CDATA[Every once in a while, we read statements like &#8220;Woah, the task manager says my Greenshot installation takes x MB of RAM when it is idle! Why does Greenshot need so much memory?&#8221; Actually, it does not. Please do not &#8230; <a href="http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>Every once in a while, we read statements like &#8220;Woah, the task manager says my Greenshot installation takes x MB of RAM when it is idle! Why does Greenshot need so much memory?&#8221;</p>
<p>Actually, it does not. Please do not judge any software by what the task manager says. Of course, the task manager is not lying to you; but its presentation of facts is rather misleading.</p>
<p>The value pointed out as &#8220;Mem usage&#8221; is actually the size of a processes <em>working set</em>. A working set is not reserved for a single process. When analyzing the memory performance of a process using a tool like Process Explorer (or &#8211; with Windows Vista or 7 &#8211; changing the displayed columns in the task manager; see link below how this can be done) it is obvious that the working set size is split into two values, <em>WS Private</em> and <em>WS Shareable</em>. </p>
<div id="attachment_244" class="wp-caption alignleft" style="width: 222px"><a href="http://getgreenshot.org/wp-content/uploads/2010/07/working_set.jpg"><img src="http://getgreenshot.org/wp-content/uploads/2010/07/working_set.jpg" alt="Process Explorer screenshot" title="Private vs. Shareable Working Set" width="212" height="153" class="size-full wp-image-244" /></a><p class="wp-caption-text">Example: Process Explorer distinguishing Private and Shareable Working Set</p></div>
<p>These terms are pretty much self-explanatory: the private part of a working set is how much the process actually needs, it cannot be used by other processes. The shareable part is most often the bigger part of a working set. What is in there is free for use by any other application running, which is most obvious when running multiple .NET applications. Launch Paint.NET next to Greenshot and you will notice <em>WS shared</em> increasing. Launch SharpDevelop and it will increase even more. Loaded resources are shared between applications, which is a good thing.<br />
If you are curious about the shared working set: cybernetnews has posted a nice article on <a href="http://cybernetnews.com/cybernotes-windows-memory-usage-explained/">Windows memory usage</a>.</p>
<p>Another thing: as long as RAM is not scarce, used memory is not wasted memory. Actually, unused memory is literally of no use. For this reason Windows may be more generous in spending your RAM than actually demanded. So if the process needs some more at a later point, it is already there and can be accessed quickly (i.e. more performant). If other processes demand it, it can still be reallocated.<br />
Just imagine three persons sitting on a sofa. No matter how big the sofa is, they will probably spread along the whole length instead of stacking up on one side of it, allowing each of them some extra space to sit comfortably and uncramped, leaving room to move. But when needed, they can still move together so that other persons can find a seat, too. Now there are maybe five or six persons sitting of the sofa, which still works out. But reaching out for ones drink on the table is a little bit more cumbersome, every move is a bit less effiecient now.</p>
<p>That said, be sure that we are always having an eye on memory usage, we definitely have no intent to waste memory for whatever reason. We can do our best to free resources as soon as they are no longer needed, but we also have to rely that Windows and .NET do a good job when it comes to memory management.</p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/24/a-few-words-on-memory-usage-or-working-set-vs-private-working-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greenshot in Japanese, Dutch, Spanish or Simplified Chinese</title>
		<link>http://getgreenshot.org/2010/07/22/greenshot-in-japanese-spanish-or-simplified-chinese/</link>
		<comments>http://getgreenshot.org/2010/07/22/greenshot-in-japanese-spanish-or-simplified-chinese/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:55:40 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Translations]]></category>
		<category><![CDATA[dutch]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[simplified chinese]]></category>
		<category><![CDATA[spanish]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=221</guid>
		<description><![CDATA[We have just uploaded three four new translations to our downloads section. Thanks to the translators, you can now create and edit your screenshots in Japanese, Dutch, Spanish and Simplified Chinese &#8211; simply copy the respective XML file to the &#8230; <a href="http://getgreenshot.org/2010/07/22/greenshot-in-japanese-spanish-or-simplified-chinese/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>We have just uploaded <del datetime="2010-07-23T17:39:24+00:00">three</del> <ins datetime="2010-07-23T17:39:24+00:00">four</ins> new translations to our <a href="/downloads/">downloads section</a>. Thanks to the translators, you can now create and edit your screenshots in Japanese, <ins datetime="2010-07-23T17:39:24+00:00">Dutch,</ins> Spanish and Simplified Chinese &#8211; simply copy the respective XML file to the <code>Languages</code> subdirectory of Greenshot&#8217;s installation directory and choose the desired language in the settings dialog.</p>
<p>有難うございます。, asabu. <ins datetime="2010-07-23T17:39:24+00:00">Hartelijk dank, <strong>Jurjen and</strong> Robin.</ins> Muchas gracias, darkprop. 非常感谢, uralhan. :)<br />
(Hope this is anywhere near correctness ;-)</p>
<p>For those who have not discovered yet: Greenshot 0.8 has improved multilingual support &#8211; several nice users have supplied translations (Thanks again). The complete list of available languages you can use this screenshot tool with is now:</p>
<ul>
<li>English (included in the program)</li>
<li>German (included in the program)</li>
<li>Czech</li>
<li>Spanish</li>
<li>French</li>
<li>Japanese</li>
<li><ins datetime="2010-07-23T17:39:24+00:00">Dutch</ins></li>
<li>Russian</li>
<li>Simplified Chinese</li>
<li>Traditional Chinese</li>
</ul>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/22/greenshot-in-japanese-spanish-or-simplified-chinese/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/22/greenshot-in-japanese-spanish-or-simplified-chinese/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>300K Downloads – thank you :)</title>
		<link>http://getgreenshot.org/2010/07/22/300k-downloads-thank-you/</link>
		<comments>http://getgreenshot.org/2010/07/22/300k-downloads-thank-you/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 06:11:25 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=212</guid>
		<description><![CDATA[We are happy to see that Greenshot has been downloaded 300,000 times so far from sourceforge.net&#8230; What&#8217;s more: there have been more than 100,000 downloads within the last six months. Wow :) Here are Greenshot&#8217;s all time download stats on &#8230; <a href="http://getgreenshot.org/2010/07/22/300k-downloads-thank-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>We are happy to see that Greenshot has been downloaded 300,000 times so far from sourceforge.net&#8230; What&#8217;s more: there have been more than 100,000 downloads within the last six months. Wow :)</p>
<p>Here are <a href="http://sourceforge.net/project/stats/detail.php?group_id=191585&#038;ugn=greenshot&#038;type=prdownload&#038;mode=alltime&#038;file_id=0">Greenshot&#8217;s all time download stats</a> on sourceforge.net.</p>
<p>This is a good occasion to say <strong>thank you</strong> to those who donated &#8211; your appreciation is very motivating to keep things going :)<br />
And of course, thanks to everyone supporting Greenshot in whatever way. We really appreciate your support.</p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/22/300k-downloads-thank-you/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/22/300k-downloads-thank-you/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Small bugfix release today</title>
		<link>http://getgreenshot.org/2010/07/12/small-bugfix-release-today/</link>
		<comments>http://getgreenshot.org/2010/07/12/small-bugfix-release-today/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:49:36 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.8]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=199</guid>
		<description><![CDATA[The current version, Greenshot 0.8.0-0627, fixes some bugs and/or annoyances of the previous version. This includes a few errors that occurred under special circumstances. The most obvious changes in general are that new editor windows now open in the same &#8230; <a href="http://getgreenshot.org/2010/07/12/small-bugfix-release-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>The current version, Greenshot 0.8.0-0627, fixes some bugs and/or annoyances of the previous version. This includes a few errors that occurred under special circumstances. The most obvious changes in general are that new editor windows now open in the same position where previous editor windows have been closed, highlight and obfuscator elements no longer re-use the last used values (e.g. for line thickness and color) from other elements (e.g. rectangle) and that larger font sizes are allowed in the editor (has been limited to 24px before).</p>
<p>We recommend updating to the <a href="/current/" rel="nofollow">current version of Greenshot</a>.</p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/12/small-bugfix-release-today/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/12/small-bugfix-release-today/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Greenshot goes multilingual – ready for translation</title>
		<link>http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/</link>
		<comments>http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 21:52:12 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Translations]]></category>
		<category><![CDATA[0.8]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=153</guid>
		<description><![CDATA[You may have noticed that since version 0.8, we are offering additional language files on our downloads page. Greenshot&#8217;s user interface content is loaded from separate XML files now, which means that you can change existing language files or even &#8230; <a href="http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>You may have noticed that since version 0.8, we are offering additional language files on our <a href="/downloads/">downloads page</a>. Greenshot&#8217;s user interface content is loaded from separate XML files now, which means that you can change existing language files or even add new languages simply by editing or adding an XML file. (There will probably be an easier feature in future versions, allowing the download of additional languages right out of Greenshot.)</p>
<p>At the time of this writing, Greenshot has already been translated to Czech, French, Russian and Traditional Chinese (thanks to vodim, EminoMeneko, Aleksey and Timothy Lin), a Dutch version is in progress already. English and German are included in Greenshot by default.</p>
<p>We are excited about seeing the Greenshot interface in different languages and hope that there are more to come.<br />
If you create a translation for Greenshot, we would of course be very happy if you shared it with us and other Greenshot users.</p>
<p>Before starting a new translation, please make sure that none has been provided for this language yet in our <a href="http://sourceforge.net/tracker/?group_id=191585&#038;atid=1368020">translations tracker</a> as well as in our <a href="http://greenshot.svn.sourceforge.net/viewvc/greenshot/Greenshot/Languages/">SVN repository</a>, to avoid the translation work being done twice.</p>
<p>In order to create a new translation, use an existing language file from your Greenshot installation (they are located in the <code>Languages</code> subdirectory of Greenshot&#8217;s installation directory &#8211; please make sure that you are having the latest available version installed) and duplicate it using the respective language code in the filename. Make sure the filename is still something like <code>language_##_##.xml</code>. Open the file using a text editor and translate the entries.<br />
When you are done, please upload the translation to our <a href="http://sourceforge.net/tracker/?group_id=191585&#038;atid=1368020">translations tracker</a>, we will offer it for download as soon as possible.</p>
<p>Please note that we prefer translations from registered sourceforge.net users. For a simple reason: it allows for other users to contact the translator about enhancements or improvements. Feel free to discuss things with a translation&#8217;s creator in the tracker, because &#8211; in most of the cases &#8211; the Greenshot development team will not be able to discuss about specific languages with you.</p>
<p>Thanks a lot in advance to anyone who wants to do a translation.</p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/06/greenshot-goes-multilingual-ready-for-translation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Greenshot 0.8 beta is out</title>
		<link>http://getgreenshot.org/2010/07/02/greenshot-0-8-beta-is-out/</link>
		<comments>http://getgreenshot.org/2010/07/02/greenshot-0-8-beta-is-out/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:43:14 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.8]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=134</guid>
		<description><![CDATA[We have released a new version of Greenshot. With this release, version 0.8 is no longer flagged &#8220;unstable&#8221; :) Download Thanks to everyone who helped us creating the best Greenshot version ever by testing and providing feedback. So what&#8217;s new &#8230; <a href="http://getgreenshot.org/2010/07/02/greenshot-0-8-beta-is-out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>We have released a new version of Greenshot. With this release, version 0.8 is no longer flagged &#8220;unstable&#8221; :)<br />
<a href="/current/" class="button" title="Download Greenshot 0.8" rel="nofollow">Download</a><br />
Thanks to everyone who helped us creating the best Greenshot version ever by testing and providing feedback.</p>
<h2>So what&#8217;s new in Greenshot 0.8 beta?</h2>
<p>Some of the most obvious (and most requested) features can be found in the image editor: for example, there&#8217;s a new tool for cropping the screenshot down to the desired size.<br />
Very handy: attaching the screenshot to a email right out of Greenshot.<br />
We also added new utilities for highlighting things on a screenshot, you can also obfuscate things by blurring or pixelizing them.<br />
These are just some of the new features of Greenshot 0.8 &#8211; please have a look at the release notes at the end of this post for further information.</p>
<p>At least as much has changed under the hood &#8211; we have refactored quite a lot of the code and optimized things so that the new version performs much better and is more stable. Of course, we have also fixed many bugs, e.g. the odd &#8220;GDI+ exception&#8221; some of the users encountered often, problems when copying screenshots to the clipboard, etc&#8230;</p>
<p>We hope you like the new version as much as we do :)</p>
<p>P.S.: Greenshot is flattrable (do you say so?) now &#8211; if you are using <a href="https://flattr.com/">Flattr</a>, you might want to flattr here :) If you are not, have a look at their concept of contributing to &#8220;the internet&#8221;&#8230; Or consider to <a href="/support/">support the development</a> of this screenshot software in another way. Thank you :)</p>
<p><span style="color: #808080;">Bugs resolved:<br />
* save-as dialog honors default storage location again<br />
* fixed loop when holding down prnt key [ 1744618 ] &#8211; thanks to flszen.users.sourceforge.net for supplying a patch<br />
* fixed displayed grippers after duplicating a line element<br />
* fixed a lot of GDI+ exceptions when capturing by optimizing memory usage</span></p>
<p><span style="color: #808080;">* typo [ 2856747 ]<br />
* fixed clipboard functionality, should be more stable (not throwing exception with &#8220;Requested Clipboard operation did not succeed.&#8221;) Bugs [ 2517965, 2817349, 2936190 ] and many more* fixed clipboard to work with OpenOffice [ 1842706 ]</span><span style="color: #808080;"><br />
* fixed initial startup problems when creating the startup shortcut<br />
* fixed exceptions when save path not available, incorrect or no permission when writing (will use SaveAs)<br />
* fixed camera sound is sometimes distorted<br />
* fixed region selection doesn&#8217;t take the right size<br />
* fixed bug when capturing a maximized window: wrong size was taken and therefore additional pixels were captured<br />
* fixed capture bug which prevents a lot of people to use Greenshot (in 0.7.9 this was a &#8220;GDI+&#8221; exception).<br />
Problem was due to allocating the bitmap in the memory of the graphic card which is not always big enough.</span></p>
<p><span style="color: #808080;">Features added:<br />
* Optimized memory usage<br />
* Added crop tool<br />
* Added clipboard capture<br />
* Added plugin support<br />
* Added Bitmaps as object<br />
* Added filters for wiping sensitive information as was suggested in e.g. [ 2931946 ]<br />
* Added open from file<br />
* Added the captured window title (even when capturing a region) as option for the filename pattern<br />
* Added shadows which where supplied as patch in 2638542 and 2983930<br />
* Added Email as Output (a MAPI supporting Email client should be available)<br />
* Added double-click on icon to open last save location in Windows Explorer (or replacements)<br />
* Changed configuration loading to better support portable Greenshot usage.<br />
* Changed language from compiled resources to flexible xml files, user can add their own languages<br />
* Added &#8220;Select all&#8221; option for image editor<br />
* Added &#8220;Drag to&#8221;, you can now drag images or image files to the Greenshot image editor.</span></p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/07/02/greenshot-0-8-beta-is-out/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/07/02/greenshot-0-8-beta-is-out/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>New domain, new look</title>
		<link>http://getgreenshot.org/2010/06/30/new-domain-new-look/</link>
		<comments>http://getgreenshot.org/2010/06/30/new-domain-new-look/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 22:15:09 +0000</pubDate>
		<dc:creator>greenshot</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[relaunch]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://getgreenshot.org/?p=128</guid>
		<description><![CDATA[Today we have moved our website from the sourceforge.net subdomain to our new domain http://getgreenshot.org/, which will from now on be the one and only official URL of Greenshot. The Greenshot project is still hosted on sourceforge.net, and you can &#8230; <a href="http://getgreenshot.org/2010/06/30/new-domain-new-look/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<p>Today we have moved our website from the sourceforge.net subdomain to our new domain <a href="http://getgreenshot.org">http://getgreenshot.org/</a>, which will from now on be the one and only official URL of Greenshot. The Greenshot project is still hosted on sourceforge.net, and you can still visit <a href="http://sourceforge.net/projects/greenshot/">Greenshot&#8217;s sourceforge pages</a>, but they are no longer integrated in our main navigation.</p>
<p>Is has been a while since we have introduced the new logo on Twitter and Facebook &#8211; today, finally, it has arrived on our website, too. And &#8211; as the new logo is far too fresh and funky to go with the previous layout of the website &#8211; we decided to have a redesign here as well :) We hope you like it.</p>
<p>We have added a new page for <a href="http://getgreenshot.org/screenshots/">screenshots</a>, and &#8211; as you probably figured out already &#8211; we also have blogging capabilities now, so there is a central place for announcing things like new releases (yes, very soon ;-)). Of course, we will still keep the status message up to date on our <a href="http://www.facebook.com/pages/Greenshot/159817888308/">Facebook</a> and <a href="http://twitter.com/greenshot_tool/">Twitter</a> profiles.</p>

<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button" share_url="http://getgreenshot.org/2010/06/30/new-domain-new-look/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://getgreenshot.org/2010/06/30/new-domain-new-look/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
