<?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: Crush images on the command-line with Groovy</title>
	<atom:link href="http://eriwen.com/groovy/crush-images-with-groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://eriwen.com/groovy/crush-images-with-groovy/</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Sat, 06 Mar 2010 23:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2158</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2158</guid>
		<description>Thanks Ben!</description>
		<content:encoded><![CDATA[<p>Thanks Ben!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubbles.way</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2157</link>
		<dc:creator>bubbles.way</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2157</guid>
		<description>Yes, I agree. I have made similar Groovy script to remove accent characters from file names (using java.text.Normalizer). I do not mind waiting second :-) Groovy makes the job well.</description>
		<content:encoded><![CDATA[<p>Yes, I agree. I have made similar Groovy script to remove accent characters from file names (using java.text.Normalizer). I do not mind waiting second :-) Groovy makes the job well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2156</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2156</guid>
		<description>You can also just do a &quot;find ... &#124; xargs ...&quot; here. However, Groovy introduces the ability to use more complex logic in a simplistic fashion. What if I wanted to say, compress CSS, JS, and images? You can do it with bash but eventually it will become too complex.</description>
		<content:encoded><![CDATA[<p>You can also just do a &#8220;find &#8230; | xargs &#8230;&#8221; here. However, Groovy introduces the ability to use more complex logic in a simplistic fashion. What if I wanted to say, compress CSS, JS, and images? You can do it with bash but eventually it will become too complex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2155</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2155</guid>
		<description>The bash equivalent of the script can be found &lt;a href=&quot;http://txt.binnyva.com/2008/11/shell-script-for-batch-convertion-of-images/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

You have to be on linux for this to work.</description>
		<content:encoded><![CDATA[<p>The bash equivalent of the script can be found <a href="http://txt.binnyva.com/2008/11/shell-script-for-batch-convertion-of-images/" rel="nofollow">here</a>.</p>
<p>You have to be on linux for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2154</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2154</guid>
		<description>@sys: Well the idea here is to integrate this into an existing automated process. Starting up Groovy often takes less than a second, which I consider to be negligible.</description>
		<content:encoded><![CDATA[<p>@sys: Well the idea here is to integrate this into an existing automated process. Starting up Groovy often takes less than a second, which I consider to be negligible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sys</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2152</link>
		<dc:creator>sys</dc:creator>
		<pubDate>Thu, 12 Feb 2009 17:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2152</guid>
		<description>lol, starting up a JVM and Groovy just to run convert??? Oh, a Sun guy. Figures.</description>
		<content:encoded><![CDATA[<p>lol, starting up a JVM and Groovy just to run convert??? Oh, a Sun guy. Figures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://eriwen.com/groovy/crush-images-with-groovy/#comment-2151</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 12 Feb 2009 16:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=536#comment-2151</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
