<?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 Imagick under Apache on Windows</title>
	<atom:link href="http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/</link>
	<description>Random musings on web development and PHP</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:22:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy Cook</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-488</link>
		<dc:creator>Jeremy Cook</dc:creator>
		<pubDate>Mon, 29 Nov 2010 14:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-488</guid>
		<description>Hi Luis,

Thanks for the update. I wasn&#039;t aware of that issue as I&#039;m running ImageMagick 6.6.3-4. It&#039;s good to know about that problem before I try to upgrade though. Looks like the whole depressing cycle of which build to use is starting all over again!

Thanks again,

Jeremy.</description>
		<content:encoded><![CDATA[<p>Hi Luis,</p>
<p>Thanks for the update. I wasn&#8217;t aware of that issue as I&#8217;m running ImageMagick 6.6.3-4. It&#8217;s good to know about that problem before I try to upgrade though. Looks like the whole depressing cycle of which build to use is starting all over again!</p>
<p>Thanks again,</p>
<p>Jeremy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-487</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-487</guid>
		<description>Hello!

sorry... I made an error. It is of course &lt;b&gt;ImageMagic &gt;6.6.4&lt;/b&gt; that will not work. 

bye</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>sorry&#8230; I made an error. It is of course <b>ImageMagic &gt;6.6.4</b> that will not work. </p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-486</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-486</guid>
		<description>Hello Jeremy!

Thanks for your tutorial. I just wanted to advise something to anyone during the install of &lt;b&gt;ImageMagic &gt; 6.4.X&lt;/b&gt;

It doesn&#039;t work. For anyone wanting to follow your guide, please take notice of Chris comment at http://valokuva.org/?p=161#comment-20707. 

Install a former version of Imagemagick will only work. 

In my case Apache completly crashed and restarted. With ImageMagick 6.3.9 everything went fine. 

Thanks!

Luis</description>
		<content:encoded><![CDATA[<p>Hello Jeremy!</p>
<p>Thanks for your tutorial. I just wanted to advise something to anyone during the install of <b>ImageMagic &gt; 6.4.X</b></p>
<p>It doesn&#8217;t work. For anyone wanting to follow your guide, please take notice of Chris comment at <a href="http://valokuva.org/?p=161#comment-20707" rel="nofollow">http://valokuva.org/?p=161#comment-20707</a>. </p>
<p>Install a former version of Imagemagick will only work. </p>
<p>In my case Apache completly crashed and restarted. With ImageMagick 6.3.9 everything went fine. </p>
<p>Thanks!</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Cook</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-402</link>
		<dc:creator>Jeremy Cook</dc:creator>
		<pubDate>Sun, 03 Oct 2010 18:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-402</guid>
		<description>Hi Dan,

I&#039;m not totally sure what could be causing your issues as WordPress seems to have mangled most of your code examples. I did run into a few issues when I was testing out Imagick that led to errors like the one you mention (as far as I can remember). There were two problems from what I remember. The first was that some of the Imagick methods I was using (which were from a tutorial) were deprecated. This normally wouldn&#039;t be a problem but as this is my development box I have error reporting turned up to E_ALL and display errors turned on. As a result PHP was dumping error message to the output which should have been an image file. This was making the image files invalid, causing the browser to issue cryptic errors. Does that sound like it might be your problem? I&#039;d try doing some very simple operations on an image as a test to make sure it seems to be working. If that goes fine I&#039;d have a look at the methods you&#039;re trying to call to make sure none of them are deprecated.

One final thing. Sorry to ask this but you do have all of the correct pieces in the puzzle (Apache, PHP and Imagick compiled with VC9)? Just making sure!

Good luck.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I&#8217;m not totally sure what could be causing your issues as WordPress seems to have mangled most of your code examples. I did run into a few issues when I was testing out Imagick that led to errors like the one you mention (as far as I can remember). There were two problems from what I remember. The first was that some of the Imagick methods I was using (which were from a tutorial) were deprecated. This normally wouldn&#8217;t be a problem but as this is my development box I have error reporting turned up to E_ALL and display errors turned on. As a result PHP was dumping error message to the output which should have been an image file. This was making the image files invalid, causing the browser to issue cryptic errors. Does that sound like it might be your problem? I&#8217;d try doing some very simple operations on an image as a test to make sure it seems to be working. If that goes fine I&#8217;d have a look at the methods you&#8217;re trying to call to make sure none of them are deprecated.</p>
<p>One final thing. Sorry to ask this but you do have all of the correct pieces in the puzzle (Apache, PHP and Imagick compiled with VC9)? Just making sure!</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-397</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 02 Oct 2010 15:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-397</guid>
		<description>First, thank you for the write up. I have been trying to get this to work for awhile, and I feel like I am closer than ever. Before I was able to get the whole thing working, but it was with an older version, and it didn&#039;t have a method that I needed. Anyway, did you run into any issues where it wouldn&#039;t process commands and just return 

Error 101 (net::ERR_CONNECTION_RESET): Unknown error.

Here is the code snippet that I am trying to run



It just acts like the page doesn&#039;t exist, but if I do

getCopyright();
 echo $cp
?&gt;

I get 

Copyright (C) 1999-2010 ImageMagick Studio LLC

and yes the file exists. Anyway, any clues I have tried different versions of Image Magick (all Q16 windows.dll)

Any ideas?</description>
		<content:encoded><![CDATA[<p>First, thank you for the write up. I have been trying to get this to work for awhile, and I feel like I am closer than ever. Before I was able to get the whole thing working, but it was with an older version, and it didn&#8217;t have a method that I needed. Anyway, did you run into any issues where it wouldn&#8217;t process commands and just return </p>
<p>Error 101 (net::ERR_CONNECTION_RESET): Unknown error.</p>
<p>Here is the code snippet that I am trying to run</p>
<p>It just acts like the page doesn&#8217;t exist, but if I do</p>
<p>getCopyright();<br />
 echo $cp<br />
?&gt;</p>
<p>I get </p>
<p>Copyright (C) 1999-2010 ImageMagick Studio LLC</p>
<p>and yes the file exists. Anyway, any clues I have tried different versions of Image Magick (all Q16 windows.dll)</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Cook</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-260</link>
		<dc:creator>Jeremy Cook</dc:creator>
		<pubDate>Sat, 19 Jun 2010 21:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-260</guid>
		<description>Great, glad it all worked out.</description>
		<content:encoded><![CDATA[<p>Great, glad it all worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaycee</title>
		<link>http://jeremycook.ca/2010/06/06/installing-imagick-under-apache-on-windows/comment-page-1/#comment-255</link>
		<dc:creator>jaycee</dc:creator>
		<pubDate>Sat, 19 Jun 2010 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://jeremycook.ca/?p=114#comment-255</guid>
		<description>Thanks for the write-up. I&#039;ve just spent a few hours going through the same mess and got it all going from your instructions.</description>
		<content:encoded><![CDATA[<p>Thanks for the write-up. I&#8217;ve just spent a few hours going through the same mess and got it all going from your instructions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

