<?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>BigSmoke &#187; GNOME</title>
	<atom:link href="http://blog.bigsmoke.us/tag/gnome/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +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>xwd, the best X11 screen grabbing tool</title>
		<link>http://blog.bigsmoke.us/2009/02/11/x.org-screenshots-with-xwd</link>
		<comments>http://blog.bigsmoke.us/2009/02/11/x.org-screenshots-with-xwd#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:35:09 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Opschoot]]></category>
		<category><![CDATA[screencap]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[X]]></category>
		<category><![CDATA[xwd]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=382</guid>
		<description><![CDATA[<a href="http://en.wikipedia.org/wiki/Xwd">xwd</a> (<a href="http://www.xfree86.org/current/xwd.1.html">1</a>) is my favorite screen capture program for X Windows. Usage is simple: "<tt>xwd&#124;xwdtopnm&#124;pnmtopng>/tmp/screen.png</tt>"]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Xwd">xwd</a> (<a href="http://www.xfree86.org/current/xwd.1.html">1</a>) is my favorite screen capture program for X Windows. Usage is simple:</p>

<pre class="bash">xwd|xwdtopnm|pnmtopng&gt;/tmp/screen.png   <span style="color: #808080; font-style: italic;"># Or:</span>
xwd|xwdtopnm|pnmtojpeg&gt;/tmp/screen.jpeg</pre>

<p>Entering one of these commands, will give you a special pointer to click on the window you want to capture. That&#8217;s how simple it is to grab an X window with xwd.</p>

<p>You can also grab the whole screen with <tt>-root</tt> or exclude the window borders with <tt>-nobdrs</tt>. The <a href="http://www.xfree86.org/current/xwd.1.html">manual page</a> contains more options.</p>

<p>I was pretty elated when I first discovered xwd. I didn&#8217;t like having to invoke the GIMP, just for taking a quick screenshot. KDE and GNOME come with screenshot utilities, but sometimes I prefer other window managers (e.g.: <a href="/tag/opschoot">this machine</a> has been running <a href="http://www.windowmaker.info/">WindowMaker</a> from day one). Also the GNOME utility lost the option to exclude the window borders (in GNOME&#8217;s noble quest to become an appliance). All in all, I was glad to learn about a tool that I could count on to be available on most machines that have X Windows installed. Except, Gentoo has stripped many of these useful, little tools from the base install:</p>

<pre class="bash">emerge x11-apps/xwd</pre>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2009/02/11/x.org-screenshots-with-xwd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

