<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Enchanting Pictures with ImageMagick</title>
	<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/</link>
	<description>All About GNU/Linux and BSD - reviews, comparisons, articles</description>
	<pubDate>Sun, 06 Jul 2008 02:40:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Shantanu Goel</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-120846</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:58:29 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-120846</guid>
		<description>imagemagick is so cool. I wrote a small overview about it plus a couple of scripts to create a polaroid like website header using imagemagick here:
http://tech.shantanugoel.com/2008/04/26/imagemagick-weaving-magic-with-your-pictures.html</description>
		<content:encoded><![CDATA[<p>imagemagick is so cool. I wrote a small overview about it plus a couple of scripts to create a polaroid like website header using imagemagick here:<br />
<a href="http://tech.shantanugoel.com/2008/04/26/imagemagick-weaving-magic-with-your-pictures.html" rel="nofollow" class="extlink">http://tech.shantanugoel.com/2008/04/26/imagemagick-weaving-magic-with-your-pictures.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shewdiz</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-32225</link>
		<dc:creator>shewdiz</dc:creator>
		<pubDate>Fri, 25 May 2007 16:15:44 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-32225</guid>
		<description>hey I had written a simmilar article 2 months ago 
http://blog.shevin.info/2007/05/how-to-add-watermark-to-300-photos-in.html

I learnt from your blog, I hope you learn things from mine too :)</description>
		<content:encoded><![CDATA[<p>hey I had written a simmilar article 2 months ago<br />
<a href="http://blog.shevin.info/2007/05/how-to-add-watermark-to-300-photos-in.html" rel="nofollow" class="extlink">http://blog.shevin.info/2007/05/how-to-add-watermark-to-300-photos-in.html</a></p>
<p>I learnt from your blog, I hope you learn things from mine too <img src='http://polishlinux.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29449</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 11 May 2007 17:39:02 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29449</guid>
		<description>Or just use convert, and save to $filename-new.$ext</description>
		<content:encoded><![CDATA[<p>Or just use convert, and save to $filename-new.$ext</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreyCells</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29352</link>
		<dc:creator>GreyCells</dc:creator>
		<pubDate>Fri, 11 May 2007 07:59:29 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29352</guid>
		<description>It appears the script overwrites the original image. There needs to be a warning to that effect, so inexperienced users do not unintentionally overwrite their master files. Alternatively, -write the new file(s) to a sub directory (web/).

~GreyCells</description>
		<content:encoded><![CDATA[<p>It appears the script overwrites the original image. There needs to be a warning to that effect, so inexperienced users do not unintentionally overwrite their master files. Alternatively, -write the new file(s) to a sub directory (web/).</p>
<p>~GreyCells</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michuk</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29344</link>
		<dc:creator>michuk</dc:creator>
		<pubDate>Fri, 11 May 2007 06:57:42 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29344</guid>
		<description>@Anonymous: Thanks. It was stupid Wordpress ignoring the slash sign (you need to escape it to make it display). Fixed.</description>
		<content:encoded><![CDATA[<p>@Anonymous: Thanks. It was stupid Wordpress ignoring the slash sign (you need to escape it to make it display). Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29333</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 May 2007 04:49:12 +0000</pubDate>
		<guid>http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/#comment-29333</guid>
		<description>I cut and pasted your automated script file and it didn't work.  After trying different stuff for a long, long while, and after tons of aggravation, I realized that you need to put all the options on the same line.  Yes, one big line with only one carriage return at the end.  You might want to change this and save people some headache.  :-)

I have been wondering how do for-next in a script file, and now I know.  Thanks.</description>
		<content:encoded><![CDATA[<p>I cut and pasted your automated script file and it didn&#8217;t work.  After trying different stuff for a long, long while, and after tons of aggravation, I realized that you need to put all the options on the same line.  Yes, one big line with only one carriage return at the end.  You might want to change this and save people some headache.  <img src='http://polishlinux.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have been wondering how do for-next in a script file, and now I know.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
