<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Linux: Quick and Dirty Way to Take Screenshots</title>
	<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Thu, 20 Nov 2008 15:29:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: jbj</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6392</link>
		<pubDate>Wed, 03 Oct 2007 09:53:42 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6392</guid>
					<description>Interesting article! One good thing to do should be mapping a key to this command. I should try tonight ;)
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Interesting article! One good thing to do should be mapping a key to this command. I should try tonight <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_wink.gif" alt=")" class="wp-smiley" /><br />
Thanks for sharing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jake</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6318</link>
		<pubDate>Thu, 27 Sep 2007 01:55:53 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6318</guid>
					<description>Wow, this will be great for when I'm stuck on GNOME or the like. I've always just opened up the GIMP due to the lack of a ksnapshot like utility. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, this will be great for when I&#8217;m stuck on GNOME or the like. I&#8217;ve always just opened up the GIMP due to the lack of a ksnapshot like utility. Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jambarama</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6317</link>
		<pubDate>Wed, 26 Sep 2007 22:33:37 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6317</guid>
					<description>Nice, I've looked all over for something like this.  Terrific</description>
		<content:encoded><![CDATA[<p>Nice, I&#8217;ve looked all over for something like this.  Terrific
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6316</link>
		<pubDate>Wed, 26 Sep 2007 19:00:04 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6316</guid>
					<description>Oh, nice! I'll keep that in mind for the future. :)</description>
		<content:encoded><![CDATA[<p>Oh, nice! I&#8217;ll keep that in mind for the future. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Craig Betts</title>
		<link>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6315</link>
		<pubDate>Wed, 26 Sep 2007 18:28:05 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/09/26/linux-quick-and-dirty-way-to-take-screenshots/#comment-6315</guid>
					<description>FLIPPIN AWESOME!

Solaris is now including the import command (/usr/sfw/bin/import) which works great!

But . . . if you are working on antique systems like me, you might not have this command at your disposal.  X11 provides a method of doing this:
&lt;pre lang="java"&gt;xwd -root -out screenshot.x&lt;/pre&gt;

However, this file is in Xbitmap format, but you can easily move it to another system and use imagemagik to convert it to the desired format:
&lt;pre lang="java"&gt;convert screenshot.x screenshot.jpg&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>FLIPPIN AWESOME!</p>
<p>Solaris is now including the import command (/usr/sfw/bin/import) which works great!</p>
<p>But . . . if you are working on antique systems like me, you might not have this command at your disposal.  X11 provides a method of doing this:</p>

<div class="wp_syntax"><div class="code"><pre class="java">xwd -root -out screenshot.<span style="color: #006600;">x</span></pre></div></div>

<p>However, this file is in Xbitmap format, but you can easily move it to another system and use imagemagik to convert it to the desired format:</p>

<div class="wp_syntax"><div class="code"><pre class="java">convert screenshot.<span style="color: #006600;">x</span> screenshot.<span style="color: #006600;">jpg</span></pre></div></div>

]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 6.958 seconds -->
