<?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: Resizing Digital Pictures Made Easy</title>
	<atom:link href="http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/</link>
	<description>syslogd goes web 2.0</description>
	<lastBuildDate>Fri, 13 Nov 2009 22:54:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sysblog</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-4659</link>
		<dc:creator>sysblog</dc:creator>
		<pubDate>Wed, 26 Mar 2008 09:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-4659</guid>
		<description>Ta a bunch, Marc, for dropping a comment and your hint about using AND to use multiple commands within windows for foop!

I edited your text so to show the code nicely.</description>
		<content:encoded><![CDATA[<p>Ta a bunch, Marc, for dropping a comment and your hint about using AND to use multiple commands within windows for foop!</p>
<p>I edited your text so to show the code nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-4655</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 26 Mar 2008 06:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-4655</guid>
		<description>Thanks for the indo.

In windows you&#039;d be better with the standard &quot;for&quot; statement, and you use &amp;&amp; to separate commands, thus the following should do what you were after:
[sourcecode language=&#039;vb&#039;]
for %i in (*.jpg) do @echo Converting %i &amp;&amp; @convert %i -resize 50% %i
[/sourcecode]</description>
		<content:encoded><![CDATA[<p>Thanks for the indo.</p>
<p>In windows you&#8217;d be better with the standard &#8220;for&#8221; statement, and you use &amp;&amp; to separate commands, thus the following should do what you were after:</p>
<pre class="brush: vb;">
for %i in (*.jpg) do @echo Converting %i &#038;&#038; @convert %i -resize 50% %i
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-3012</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 19 Dec 2007 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-3012</guid>
		<description>Oh, and did not know about it. Thanks for the information ...</description>
		<content:encoded><![CDATA[<p>Oh, and did not know about it. Thanks for the information &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to convert pixel files (png) to vector graphic (svg) on Linux &#171; sysblogd</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-1023</link>
		<dc:creator>How to convert pixel files (png) to vector graphic (svg) on Linux &#171; sysblogd</dc:creator>
		<pubDate>Sun, 30 Sep 2007 12:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-1023</guid>
		<description>[...] to convert pixel files (png) to vector graphic (svg) on&#160;Linux    In another post I wrote about the small tool convert as part of imagemagick. With convert it is possible to, [...]</description>
		<content:encoded><![CDATA[<p>[...] to convert pixel files (png) to vector graphic (svg) on&nbsp;Linux    In another post I wrote about the small tool convert as part of imagemagick. With convert it is possible to, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grzzap</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-1022</link>
		<dc:creator>grzzap</dc:creator>
		<pubDate>Sun, 30 Sep 2007 11:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-1022</guid>
		<description>nice site!</description>
		<content:encoded><![CDATA[<p>nice site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Day Today &#187; Blog Archive &#187; Resize images from the command line</title>
		<link>http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/comment-page-1/#comment-538</link>
		<dc:creator>The Day Today &#187; Blog Archive &#187; Resize images from the command line</dc:creator>
		<pubDate>Mon, 20 Aug 2007 10:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/04/resizing-digital-pictures-made-easy/#comment-538</guid>
		<description>[...] that the performance of GIMP scripting in Windows was less than ideal and came across another Wordpress blog that mentioned ImageMagick, which is free and allows image manipulation from the command [...]</description>
		<content:encoded><![CDATA[<p>[...] that the performance of GIMP scripting in Windows was less than ideal and came across another WordPress blog that mentioned ImageMagick, which is free and allows image manipulation from the command [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
