<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating a lot of thumbnails with Shell script</title>
	<atom:link href="http://silveiraneto.net/2008/09/25/creating-a-lot-of-thumbnails-with-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net/2008/09/25/creating-a-lot-of-thumbnails-with-shell-script/</link>
	<description>come with me, on the way I&#039;ll explain.</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:23:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Silveira</title>
		<link>http://silveiraneto.net/2008/09/25/creating-a-lot-of-thumbnails-with-shell-script/comment-page-1/#comment-2574</link>
		<dc:creator>Silveira</dc:creator>
		<pubDate>Thu, 25 Sep 2008 12:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1310#comment-2574</guid>
		<description>Sérgio, valeu, era isso mesmo que eu estava procurando quando fiz esse script.</description>
		<content:encoded><![CDATA[<p>Sérgio, valeu, era isso mesmo que eu estava procurando quando fiz esse script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sérgio Luiz Araújo Silva</title>
		<link>http://silveiraneto.net/2008/09/25/creating-a-lot-of-thumbnails-with-shell-script/comment-page-1/#comment-2573</link>
		<dc:creator>Sérgio Luiz Araújo Silva</dc:creator>
		<pubDate>Thu, 25 Sep 2008 12:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=1310#comment-2573</guid>
		<description>Para fazer isto em uma única linha:
 
  convert -quality 70 -resize 10% *.jpg images.jpg
 
Para fazer uma montagem
 
   montage *.jpg -shadow -geometry +10+10 montagem.jpg

Para mais detalhes:
* http://linuxdicas.wikispaces.com/imagemagick</description>
		<content:encoded><![CDATA[<p>Para fazer isto em uma única linha:</p>
<p>  convert -quality 70 -resize 10% *.jpg images.jpg</p>
<p>Para fazer uma montagem</p>
<p>   montage *.jpg -shadow -geometry +10+10 montagem.jpg</p>
<p>Para mais detalhes:<br />
* <a href="http://linuxdicas.wikispaces.com/imagemagick" rel="nofollow">http://linuxdicas.wikispaces.com/imagemagick</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
