<?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: Batch reduce resolution of images in Ubuntu Linux</title>
	<atom:link href="http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=batch-reduce-resolution-of-images-in-ubuntu-linux</link>
	<description>Wordpress Guru Sydney</description>
	<lastBuildDate>Tue, 01 May 2012 21:21:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/comment-page-1/#comment-467</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 03 Dec 2011 00:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=137#comment-467</guid>
		<description>If you prefer GUIs you could also try Phatch - http://photobatch.stani.be/ - &quot;sudo apt-get install phatch&quot; worked for me in Ubuntu 11.10.</description>
		<content:encoded><![CDATA[<p>If you prefer GUIs you could also try Phatch &#8211; <a href="http://photobatch.stani.be/" rel="nofollow">http://photobatch.stani.be/</a> &#8211; &#8220;sudo apt-get install phatch&#8221; worked for me in Ubuntu 11.10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/comment-page-1/#comment-141</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 12 Mar 2009 00:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://davidnash.com.au/?p=137#comment-141</guid>
		<description>I used this today:

 for i in *jpg; do mogrify -resize 50% -gravity Center -crop 552x561+0+0 $i; done

Overwrites the file, resizes it 50% then crops to 552x 561 pixels.</description>
		<content:encoded><![CDATA[<p>I used this today:</p>
<p> for i in *jpg; do mogrify -resize 50% -gravity Center -crop 552&#215;561+0+0 $i; done</p>
<p>Overwrites the file, resizes it 50% then crops to 552x 561 pixels.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

