<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Tips and tricks:  How do I resize multiple image files using command-line tools?</title>
	<atom:link href="http://magazine.redhat.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://magazine.redhat.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 30 Nov 2009 15:42:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Booboo</title>
		<link>http://magazine.redhat.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2499</link>
		<dc:creator>Booboo</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2499</guid>
		<description>I have copied a bunch of files in a separate directory of my choice.
Therefore i don&#039;t care about them that much as long as i have the originals!
So ... the mogrify -resize 600x800! *.jpg did the job for me quite nicely

Thank you very much !
I&#039;m happy :-)</description>
		<content:encoded><![CDATA[<p>I have copied a bunch of files in a separate directory of my choice.<br />
Therefore i don&#8217;t care about them that much as long as i have the originals!<br />
So &#8230; the mogrify -resize 600&#215;800! *.jpg did the job for me quite nicely</p>
<p>Thank you very much !<br />
I&#8217;m happy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uosiu</title>
		<link>http://magazine.redhat.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2498</link>
		<dc:creator>uosiu</dc:creator>
		<pubDate>Wed, 23 Apr 2008 04:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2498</guid>
		<description>mkdir small
for a in *.jpg; do
  convert -thumbnail 800 $a small/$a;
done</description>
		<content:encoded><![CDATA[<p>mkdir small<br />
for a in *.jpg; do<br />
  convert -thumbnail 800 $a small/$a;<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Câmara</title>
		<link>http://magazine.redhat.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2497</link>
		<dc:creator>Danilo Câmara</dc:creator>
		<pubDate>Tue, 22 Apr 2008 20:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.redhatmagazine.com/2008/04/22/tips-and-tricks-how-do-i-resize-multiple-image-files-using-command-line-tools/#comment-2497</guid>
		<description>Notice that the above commands will overwrite the images. To keep the original images and resize to another directory use the option -path:

mogrify -resize 640 -path outputdir *.jpg</description>
		<content:encoded><![CDATA[<p>Notice that the above commands will overwrite the images. To keep the original images and resize to another directory use the option -path:</p>
<p>mogrify -resize 640 -path outputdir *.jpg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
