<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: scrot 从入门到精通</title>
	<atom:link href="http://linuxtoy.org/archives/mastering-scrot.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/mastering-scrot.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Wed, 10 Mar 2010 18:32:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: simpleseo</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-93717</link>
		<dc:creator>simpleseo</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-93717</guid>
		<description>&lt;p&gt;博主，太有价值的文章了，我很需要这个截图的方法，
另外，我待会儿转载这文章到自己的博客http://www.simpleseo.cn ，并可能稍微修改一点内容。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>博主，太有价值的文章了，我很需要这个截图的方法，
另外，我待会儿转载这文章到自己的博客http://www.simpleseo.cn ，并可能稍微修改一点内容。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: apuar</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-6027</link>
		<dc:creator>apuar</dc:creator>
		<pubDate>Mon, 08 Jan 2007 08:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-6027</guid>
		<description>&lt;p&gt;我的scrot 参数
scrot -s -b  -e 'mv $f ~/Doc/Picture/snapshoot/'&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我的scrot 参数
scrot -s -b  -e 'mv $f ~/Doc/Picture/snapshoot/'</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-6014</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Mon, 08 Jan 2007 01:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-6014</guid>
		<description>&lt;p&gt;@bb, 华华：感谢二位的指正。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@bb, 华华：感谢二位的指正。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 华华</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-5962</link>
		<dc:creator>华华</dc:creator>
		<pubDate>Sun, 07 Jan 2007 09:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-5962</guid>
		<description>&lt;p&gt;用不着指定图片名字呀
scrot 默认会用类似 2007-01-07-162106&lt;em&gt;1024x768&lt;/em&gt;scrot.png  的文件名的，
也可以自己指定文件名格式。&lt;/p&gt;

&lt;p&gt;png 格式是无损压缩， 不管你的压缩等级是多少，图像品质都是完全一样的 (高压缩等级仅仅是增加点压缩时间，类似 gzip -9 )，
所以尽可能用 scrot -q 1 。
-q 1 到 -q 100他们的图像品质完全一样，但是体积却差太多了。&lt;/p&gt;

&lt;p&gt;另外，文件名可以包涵路径的，
像 scrot action.png -e 'mv $f ~/images/'  这样的，
可以简单用 scrot  ~/images/action.png  代替&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>用不着指定图片名字呀
scrot 默认会用类似 2007-01-07-162106<em>1024x768</em>scrot.png  的文件名的，
也可以自己指定文件名格式。</p>

<p>png 格式是无损压缩， 不管你的压缩等级是多少，图像品质都是完全一样的 (高压缩等级仅仅是增加点压缩时间，类似 gzip -9 )，
所以尽可能用 scrot -q 1 。
-q 1 到 -q 100他们的图像品质完全一样，但是体积却差太多了。</p>

<p>另外，文件名可以包涵路径的，
像 scrot action.png -e 'mv $f ~/images/'  这样的，
可以简单用 scrot  ~/images/action.png  代替</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bb</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-5958</link>
		<dc:creator>bb</dc:creator>
		<pubDate>Sun, 07 Jan 2007 08:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-5958</guid>
		<description>&lt;p&gt;更改品质：scrot -q 70 quality.png，此命令中的 q 选项用于更改所抓图像的品质，其数值介于 1-100 之间，默认为 75。数值越大，意味着图像品质越高；相反，图像的压缩率也就越低，占用空间越大。&lt;/p&gt;

&lt;p&gt;既然用 png 还更改品质干嘛。还有，“相反”是不是应该改用“同时”？同时，png 的品质和压缩率有关系吗？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>更改品质：scrot -q 70 quality.png，此命令中的 q 选项用于更改所抓图像的品质，其数值介于 1-100 之间，默认为 75。数值越大，意味着图像品质越高；相反，图像的压缩率也就越低，占用空间越大。</p>

<p>既然用 png 还更改品质干嘛。还有，“相反”是不是应该改用“同时”？同时，png 的品质和压缩率有关系吗？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: leechael</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-5938</link>
		<dc:creator>leechael</dc:creator>
		<pubDate>Sun, 07 Jan 2007 04:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-5938</guid>
		<description>&lt;p&gt;Head Rush Scrot :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Head Rush Scrot :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ayanamilee</title>
		<link>http://linuxtoy.org/archives/mastering-scrot.html#comment-5936</link>
		<dc:creator>ayanamilee</dc:creator>
		<pubDate>Sun, 07 Jan 2007 04:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/mastering-scrot.html#comment-5936</guid>
		<description>&lt;p&gt;可不可以卷屏抓图?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>可不可以卷屏抓图?</p>]]></content:encoded>
	</item>
</channel>
</rss>
