<?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: Installing ImageMagick on Windows and Using with PHP &#8211; Imagick</title>
	<atom:link href="http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/</link>
	<description>where humanity wins the fight against machines</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anna</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-885</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-885</guid>
		<description>I had the same problem at first. I&#039;m using windows 7 as well and xampp 2.5. I have used ImageMagick-6.4.2-7-Q16-windows-dll and php_imagick_dyn-Q16.dll and it works. Probably you use wrong mix of ImageMagick nad ImageMagick for php.</description>
		<content:encoded><![CDATA[<p>I had the same problem at first. I&#8217;m using windows 7 as well and xampp 2.5. I have used ImageMagick-6.4.2-7-Q16-windows-dll and php_imagick_dyn-Q16.dll and it works. Probably you use wrong mix of ImageMagick nad ImageMagick for php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-884</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-884</guid>
		<description>Thanks for this tutorial. All works great.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. All works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Sharma</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-872</link>
		<dc:creator>Rahul Sharma</dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-872</guid>
		<description>hello,
      i am getting a warning and i don&#039;t have any idea about it..please help me out ..
      i am using php 5.3.5 and i have tried different dll of imagick 
     I am getting a alert box on restarting Apache:
     PHP Startup: imagick: unable to intialize module 
     Module compiled with module API=20060213
     PHP compiled with module API= 20090626
     These options need to match</description>
		<content:encoded><![CDATA[<p>hello,<br />
      i am getting a warning and i don&#8217;t have any idea about it..please help me out ..<br />
      i am using php 5.3.5 and i have tried different dll of imagick<br />
     I am getting a alert box on restarting Apache:<br />
     PHP Startup: imagick: unable to intialize module<br />
     Module compiled with module API=20060213<br />
     PHP compiled with module API= 20090626<br />
     These options need to match</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akkad</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-854</link>
		<dc:creator>akkad</dc:creator>
		<pubDate>Wed, 09 Nov 2011 15:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-854</guid>
		<description>Thanks. The restart tip did the job.</description>
		<content:encoded><![CDATA[<p>Thanks. The restart tip did the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: technotiger</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-852</link>
		<dc:creator>technotiger</dc:creator>
		<pubDate>Tue, 25 Oct 2011 07:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-852</guid>
		<description>Great man.I tried lot of times to install imagick.But yours is exactly what I want.Thanks for your  tutorial.It saves my time.</description>
		<content:encoded><![CDATA[<p>Great man.I tried lot of times to install imagick.But yours is exactly what I want.Thanks for your  tutorial.It saves my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gigi</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-819</link>
		<dc:creator>gigi</dc:creator>
		<pubDate>Thu, 13 Oct 2011 12:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-819</guid>
		<description>I got it work with full path like Murray, but I need to do pdf thumbnail, so I tried below:
exec(&quot;im_convert \&quot;{C:\xampp\htdocs\_ImageMagick_test\tips.pdf}[0]\&quot; -colorspace RGB -geometry 200 \&quot;C:\xampp\htdocs\_ImageMagick_test01.gif\&quot;&quot;); 

exec(&quot;im_convert \&quot;{tips.pdf}[0]\&quot; -colorspace RGB -geometry 200 \&quot;001.gif\&quot;&quot;); 

Anyone can suggest ?</description>
		<content:encoded><![CDATA[<p>I got it work with full path like Murray, but I need to do pdf thumbnail, so I tried below:<br />
exec(&#8220;im_convert \&#8221;{C:\xampp\htdocs\_ImageMagick_test\tips.pdf}[0]\&#8221; -colorspace RGB -geometry 200 \&#8221;C:\xampp\htdocs\_ImageMagick_test01.gif\&#8221;"); </p>
<p>exec(&#8220;im_convert \&#8221;{tips.pdf}[0]\&#8221; -colorspace RGB -geometry 200 \&#8221;001.gif\&#8221;"); </p>
<p>Anyone can suggest ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pritam</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-784</link>
		<dc:creator>pritam</dc:creator>
		<pubDate>Sat, 27 Aug 2011 08:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-784</guid>
		<description>Hello, I am using windows 7, xampp 1.7.3.  I have followed all the steps you explained above. I had restarted the machine. While starting the localhost I get the httpd.exe system error as &quot;php5.dll file is missing. &quot;
 And one warning message &quot;Unable to load the dynamic library    ..\ext/php_imagick.dll  the specified module could not be found&quot; i had tried the 6.3 and newer versions for the imagemagick installer.  still the same problem i am getting. please suggest the solution.  :)</description>
		<content:encoded><![CDATA[<p>Hello, I am using windows 7, xampp 1.7.3.  I have followed all the steps you explained above. I had restarted the machine. While starting the localhost I get the httpd.exe system error as &#8220;php5.dll file is missing. &#8221;<br />
 And one warning message &#8220;Unable to load the dynamic library    ..\ext/php_imagick.dll  the specified module could not be found&#8221; i had tried the 6.3 and newer versions for the imagemagick installer.  still the same problem i am getting. please suggest the solution.  <img src='http://www.elxsy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cenOTapH</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-778</link>
		<dc:creator>cenOTapH</dc:creator>
		<pubDate>Mon, 15 Aug 2011 10:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-778</guid>
		<description>All the DLL files compiled for Imagick are 32bit. If you are on the 64 bit systems, you still need to install 32 bit Image Magick.</description>
		<content:encoded><![CDATA[<p>All the DLL files compiled for Imagick are 32bit. If you are on the 64 bit systems, you still need to install 32 bit Image Magick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murray</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-777</link>
		<dc:creator>Murray</dc:creator>
		<pubDate>Sun, 14 Aug 2011 17:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-777</guid>
		<description>I was running around in circles and it was your last comment that got it up and running for me. The 64-bit version definitely doesn&#039;t seem to work.

I did have a weird issue though. When I tested to see if it was working the script supplied timed out on me.

Timed out:
$im = new imagick( &#039;a.jpg&#039; );

Worked:
$im = new imagick( &#039;C:\path\to\image\a.jpg&#039; );

I am not sure if you had the same problem or maybe I&#039;ve set some thing up wrong.</description>
		<content:encoded><![CDATA[<p>I was running around in circles and it was your last comment that got it up and running for me. The 64-bit version definitely doesn&#8217;t seem to work.</p>
<p>I did have a weird issue though. When I tested to see if it was working the script supplied timed out on me.</p>
<p>Timed out:<br />
$im = new imagick( &#8216;a.jpg&#8217; );</p>
<p>Worked:<br />
$im = new imagick( &#8216;C:\path\to\image\a.jpg&#8217; );</p>
<p>I am not sure if you had the same problem or maybe I&#8217;ve set some thing up wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/comment-page-1/#comment-765</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 12 Jul 2011 20:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.elxsy.com/?p=265#comment-765</guid>
		<description>Running Windows 7 64-bit, PHP 5.3.4 and Apache 2.2...this works. Just one thing...do not use the 64-bit ImageMagick installation (x64) because it doesn&#039;t seem to work with the .dll for PHP 5.3.4. I had to use the 32-bit version of the installation to get it to work with php_imagick.dll.</description>
		<content:encoded><![CDATA[<p>Running Windows 7 64-bit, PHP 5.3.4 and Apache 2.2&#8230;this works. Just one thing&#8230;do not use the 64-bit ImageMagick installation (x64) because it doesn&#8217;t seem to work with the .dll for PHP 5.3.4. I had to use the 32-bit version of the installation to get it to work with php_imagick.dll.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
