<?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"
	>
<channel>
	<title>Comments on: Get ImageMagick version with PHP</title>
	<atom:link href="http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/</link>
	<description>Random articles on whatever I feel like...</description>
	<pubDate>Fri, 16 May 2008 03:35:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: christian</title>
		<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-18703</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-18703</guid>
		<description>hmm.  code didn't display. i'll try it again.

echo shell_exec('convert -version');</description>
		<content:encoded><![CDATA[<p>hmm.  code didn&#8217;t display. i&#8217;ll try it again.</p>
<p>echo shell_exec(&#8217;convert -version&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-18701</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Thu, 04 Oct 2007 23:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-18701</guid>
		<description>i just have a script with this:



good enough for me.</description>
		<content:encoded><![CDATA[<p>i just have a script with this:</p>
<p>good enough for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-16069</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 17 Aug 2007 01:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-16069</guid>
		<description>You know, I've had a lot of issues with some versions of ImageMagick returning a blank string.  Your note may be the reason.  I guess I should go and try to find a copy of an older version of ImageMagick and see what happens.</description>
		<content:encoded><![CDATA[<p>You know, I&#8217;ve had a lot of issues with some versions of ImageMagick returning a blank string.  Your note may be the reason.  I guess I should go and try to find a copy of an older version of ImageMagick and see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-15369</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 01 Aug 2007 23:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-15369</guid>
		<description>Can't you just:

$convert_path = 'convert -version';

The double hyphen before "version" causes my ImageMagick (6.0.7) to spit out an impartial manual along with the version string. A single hyphen returns just the version string. The preg_match wouldn't even be needed.

But I'm new at this. Sorry if I have made a huge oversight; just trying to help!</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you just:</p>
<p>$convert_path = &#8216;convert -version&#8217;;</p>
<p>The double hyphen before &#8220;version&#8221; causes my ImageMagick (6.0.7) to spit out an impartial manual along with the version string. A single hyphen returns just the version string. The preg_match wouldn&#8217;t even be needed.</p>
<p>But I&#8217;m new at this. Sorry if I have made a huge oversight; just trying to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-5351</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 24 Aug 2006 01:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nutt.net/2006/07/16/get-imagemagick-version-with-php/#comment-5351</guid>
		<description>It seems that this may not work with older versions of ImageMagick.  I've had a few cases where this function returned an empty string.  In those cases I've been unable to determine the ImageMagick version, so I'm just assuming it's an older version issue.  I'm thinking a version number like 5.5 may cause a similar problem because of the regex used.</description>
		<content:encoded><![CDATA[<p>It seems that this may not work with older versions of ImageMagick.  I&#8217;ve had a few cases where this function returned an empty string.  In those cases I&#8217;ve been unable to determine the ImageMagick version, so I&#8217;m just assuming it&#8217;s an older version issue.  I&#8217;m thinking a version number like 5.5 may cause a similar problem because of the regex used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
