<?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 4/5 Image Blur</title> <atom:link href="http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/feed/" rel="self" type="application/rss+xml" /><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/</link> <description>innovative coding, tutorials, web stuff. celebrating 6 years online.</description> <lastBuildDate>Mon, 06 Feb 2012 07:31:40 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Thor</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-30642</link> <dc:creator>Thor</dc:creator> <pubDate>Fri, 04 Feb 2011 23:55:52 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-30642</guid> <description>Theres a way to move the blur radious? (more blur or less blur)?</description> <content:encoded><![CDATA[<p>Theres a way to move the blur radious? (more blur or less blur)?</p> ]]></content:encoded> </item> <item><title>By: Michael Minter</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-15582</link> <dc:creator>Michael Minter</dc:creator> <pubDate>Fri, 30 Jul 2010 04:33:05 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-15582</guid> <description>What&#039;s the direction I need to take to make the image in question less blurry?</description> <content:encoded><![CDATA[<p>What&#8217;s the direction I need to take to make the image in question less blurry?</p> ]]></content:encoded> </item> <item><title>By: links for 2009-06-24</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-1182</link> <dc:creator>links for 2009-06-24</dc:creator> <pubDate>Wed, 24 Jun 2009 20:01:00 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-1182</guid> <description>[...] PHP 4/5 Image Blur « puremango.co.uk (tags: php image gaussian blur) [...]</description> <content:encoded><![CDATA[<p>[...] PHP 4/5 Image Blur « puremango.co.uk (tags: php image gaussian blur) [...]</p> ]]></content:encoded> </item> <item><title>By: Drew Douglass</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-637</link> <dc:creator>Drew Douglass</dc:creator> <pubDate>Sat, 23 May 2009 09:23:25 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-637</guid> <description>I think you should absolutely leave it there, it&#039;s a great example of ImageConvolution. Keep up the great work!</description> <content:encoded><![CDATA[<p>I think you should absolutely leave it there, it&#8217;s a great example of ImageConvolution. Keep up the great work!</p> ]]></content:encoded> </item> <item><title>By: user24</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-634</link> <dc:creator>user24</dc:creator> <pubDate>Sat, 23 May 2009 06:55:42 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-634</guid> <description>Thanks for the suggestion - noted.
But I think I&#039;ll leave the code as it is at the moment, just to introduce people to the ImageConvolution function if nothing else.
Glad to hear you enjoyed it :0)</description> <content:encoded><![CDATA[<p>Thanks for the suggestion &#8211; noted.</p><p>But I think I&#8217;ll leave the code as it is at the moment, just to introduce people to the ImageConvolution function if nothing else.</p><p>Glad to hear you enjoyed it :0)</p> ]]></content:encoded> </item> <item><title>By: Drew Douglass</title><link>http://www.puremango.co.uk/2009/04/php-4-and-5-image-blur/comment-page-1/#comment-629</link> <dc:creator>Drew Douglass</dc:creator> <pubDate>Fri, 22 May 2009 21:28:59 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=290#comment-629</guid> <description>Hey,
This is great stuff, I am a big fan of working with images and php, it&#039;s pretty neat and creative how you pulled off the blur effect in php4 by offsetting the x/y axis. Nice work.
One quick note, I think you could save some time and lines of code with php 5 blur by using the &#039;imagefilter&#039; function and calling &#039;IMG_FILTER_GAUSSIAN_BLUR&#039;
&lt;code&gt;
imagefilter($src_img, IMG_FILTER_GAUSSIAN_BLUR);
&lt;/code&gt;
I do think you get more precision and options using the convolution technique though. Again, wonderful article, you&#039;ve got a new subscriber :)</description> <content:encoded><![CDATA[<p>Hey,</p><p>This is great stuff, I am a big fan of working with images and php, it&#8217;s pretty neat and creative how you pulled off the blur effect in php4 by offsetting the x/y axis. Nice work.</p><p>One quick note, I think you could save some time and lines of code with php 5 blur by using the &#8216;imagefilter&#8217; function and calling &#8216;IMG_FILTER_GAUSSIAN_BLUR&#8217;</p><p><code><br
/> imagefilter($src_img, IMG_FILTER_GAUSSIAN_BLUR);<br
/> </code></p><p>I do think you get more precision and options using the convolution technique though. Again, wonderful article, you&#8217;ve got a new subscriber :)</p> ]]></content:encoded> </item> </channel> </rss>
