<?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: Convert EPS files to PNG images</title>
	<atom:link href="http://www.jorgemarsal.com/blog/2009/08/12/convert-eps-files-to-png-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorgemarsal.com/blog/2009/08/12/convert-eps-files-to-png-images/</link>
	<description>Random thoughts</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:39:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Wrigley</title>
		<link>http://www.jorgemarsal.com/blog/2009/08/12/convert-eps-files-to-png-images/comment-page-1/#comment-75</link>
		<dc:creator>Wrigley</dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/08/12/convert-eps-files-to-png-images/#comment-75</guid>
		<description>Nice tip :) Thx

I discovered when playing around with it that if you add a little &quot;%.eps&quot; as done below, bash autoremoves the extra &quot;.eps&quot;

for var in `ls&#124;grep eps`;do convert $var ${var%.eps}.png;done

Cheers!
And merry Christmas!

/wrigley</description>
		<content:encoded><![CDATA[<p>Nice tip <img src='http://www.jorgemarsal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thx</p>
<p>I discovered when playing around with it that if you add a little &#8220;%.eps&#8221; as done below, bash autoremoves the extra &#8220;.eps&#8221;</p>
<p>for var in `ls|grep eps`;do convert $var ${var%.eps}.png;done</p>
<p>Cheers!<br />
And merry Christmas!</p>
<p>/wrigley</p>
]]></content:encoded>
	</item>
</channel>
</rss>
