<?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: PHP ImageMagick MagickWand Examples</title>
	<atom:link href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mike Fulton</title>
		<link>http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/comment-page-1/#comment-143678</link>
		<dc:creator>Mike Fulton</dc:creator>
		<pubDate>Sun, 19 Jul 2009 19:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/#comment-143678</guid>
		<description>I got all excited about the MagickWand for PHP library... then I discovered that it needed to be installed as a PHP extension.  My sites are on a shared hosting setup, so I don&#039;t have any way to install additional PHP extensions.

.cry

I guess to do what I want, I&#039;m gonna have to write a C program and use the original MagickWand library with that.  Fortunately, I do have SSH access and can compile things on the server.</description>
		<content:encoded><![CDATA[<p>I got all excited about the MagickWand for PHP library&#8230; then I discovered that it needed to be installed as a PHP extension.  My sites are on a shared hosting setup, so I don&#039;t have any way to install additional PHP extensions.</p>
<p>.cry</p>
<p>I guess to do what I want, I&#039;m gonna have to write a C program and use the original MagickWand library with that.  Fortunately, I do have SSH access and can compile things on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/comment-page-1/#comment-51979</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Tue, 19 Feb 2008 07:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/#comment-51979</guid>
		<description>I want to add some php magickwand fucntion for sharpening an image. I tried with MagickUnsharpMaskImage but am not able to get proper combinations to be used for the 3 parameters of raduis,amount and threshold. Please anyone suggest me the solution.</description>
		<content:encoded><![CDATA[<p>I want to add some php magickwand fucntion for sharpening an image. I tried with MagickUnsharpMaskImage but am not able to get proper combinations to be used for the 3 parameters of raduis,amount and threshold. Please anyone suggest me the solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
