<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Image Manipulation with PHP and the GD&#160;Library</title> <atom:link href="http://davidwalsh.name/php-image-filter/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/php-image-filter</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Ryan</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-26470</link> <dc:creator>Ryan</dc:creator> <pubDate>Thu, 11 Aug 2011 00:38:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-26470</guid> <description>Thanks! I was looking for a way to convert a captured image to sepia using the GD library, and you had the perfect answer for me.</description> <content:encoded><![CDATA[<p>Thanks! I was looking for a way to convert a captured image to sepia using the GD library, and you had the perfect answer for me.</p> ]]></content:encoded> </item> <item><title>By: Pummy Manku</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-22223</link> <dc:creator>Pummy Manku</dc:creator> <pubDate>Fri, 07 Jan 2011 12:21:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-22223</guid> <description>Hi,Nice codes here, but i want to block the adult images from my site http://www.neatstat.com and only want to display the good, clean images. How do I block these adult images?Do you have any image filter to do that like bad words filter?Any help will be much appreciated.Thanks
Pummy</description> <content:encoded><![CDATA[<p>Hi,</p><p>Nice codes here, but i want to block the adult images from my site <a
href="http://www.neatstat.com" rel="nofollow">http://www.neatstat.com</a> and only want to display the good, clean images. How do I block these adult images?</p><p>Do you have any image filter to do that like bad words filter?</p><p>Any help will be much appreciated.</p><p>Thanks<br
/> Pummy</p> ]]></content:encoded> </item> <item><title>By: michael</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-21486</link> <dc:creator>michael</dc:creator> <pubDate>Thu, 02 Dec 2010 12:00:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-21486</guid> <description>this looks great but you should check out my site, there so much easier way to achieve the same!</description> <content:encoded><![CDATA[<p>this looks great but you should check out my site, there so much easier way to achieve the same!</p> ]]></content:encoded> </item> <item><title>By: Katie</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-19506</link> <dc:creator>Katie</dc:creator> <pubDate>Wed, 25 Aug 2010 05:31:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-19506</guid> <description>Do you know how to create &quot;Virtual Product Samples&quot; with any PHP script? are you aware of any such script which helps in creating 3D samples of various images and finally combined as one virtual sample.</description> <content:encoded><![CDATA[<p>Do you know how to create &#8220;Virtual Product Samples&#8221; with any PHP script? are you aware of any such script which helps in creating 3D samples of various images and finally combined as one virtual sample.</p> ]]></content:encoded> </item> <item><title>By: Deitrich Zook</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11929</link> <dc:creator>Deitrich Zook</dc:creator> <pubDate>Wed, 16 Sep 2009 22:28:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11929</guid> <description>Nice fast way to deal with simple changes to images.  Thanks.</description> <content:encoded><![CDATA[<p>Nice fast way to deal with simple changes to images.  Thanks.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11629</link> <dc:creator>David Walsh</dc:creator> <pubDate>Tue, 01 Sep 2009 13:04:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11629</guid> <description>&lt;p&gt;Awesome Drew!&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Awesome Drew!</p> ]]></content:encoded> </item> <item><title>By: Patrick</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11625</link> <dc:creator>Patrick</dc:creator> <pubDate>Tue, 01 Sep 2009 05:03:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11625</guid> <description>I&#039;ve used GD in the beginning, but as you go along with larger images, or other file formats, it&#039;s better to leave GD alone and use ImageMagick. GD can also be a memory pig and the use for it is limited.
With IMagick (in response to EmEhRKay) you can use masks to cut out your images (to make rounded corners). You can rotate, flip, flop, convert, resize, etc. within the blink of an eye. You can even create thumbnails of 500MB Illustrator documents if you want (not that that&#039;s recommended) :-)</description> <content:encoded><![CDATA[<p>I&#8217;ve used GD in the beginning, but as you go along with larger images, or other file formats, it&#8217;s better to leave GD alone and use ImageMagick. GD can also be a memory pig and the use for it is limited.<br
/> With IMagick (in response to EmEhRKay) you can use masks to cut out your images (to make rounded corners). You can rotate, flip, flop, convert, resize, etc. within the blink of an eye. You can even create thumbnails of 500MB Illustrator documents if you want (not that that&#8217;s recommended) :-)</p> ]]></content:encoded> </item> <item><title>By: EmEhRKay</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11624</link> <dc:creator>EmEhRKay</dc:creator> <pubDate>Tue, 01 Sep 2009 04:03:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11624</guid> <description>I&#039;ve been wondering, but not enough to investigate, how to make images with rounded corners, like facebook -- any idea how?</description> <content:encoded><![CDATA[<p>I&#8217;ve been wondering, but not enough to investigate, how to make images with rounded corners, like facebook &#8212; any idea how?</p> ]]></content:encoded> </item> <item><title>By: Drew Douglass</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11623</link> <dc:creator>Drew Douglass</dc:creator> <pubDate>Tue, 01 Sep 2009 02:22:21 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11623</guid> <description>Hey David,Great stuff, I&#039;m a huge fan of using the GD library to help achieve certain effects with images. I hope you don&#039;t think I&#039;m link whoring, but I wrote a 2 part article for ThemeForest on exactly this topic and thought you might find it interesting:http://blog.themeforest.net/tutorials/fun-with-the-php-gd-library-part-2/Keep up the great work!-Drew</description> <content:encoded><![CDATA[<p>Hey David,</p><p>Great stuff, I&#8217;m a huge fan of using the GD library to help achieve certain effects with images. I hope you don&#8217;t think I&#8217;m link whoring, but I wrote a 2 part article for ThemeForest on exactly this topic and thought you might find it interesting:</p><p><a
href="http://blog.themeforest.net/tutorials/fun-with-the-php-gd-library-part-2/" rel="nofollow">http://blog.themeforest.net/tutorials/fun-with-the-php-gd-library-part-2/</a></p><p>Keep up the great work!</p><p>-Drew</p> ]]></content:encoded> </item> <item><title>By: Rob Colburn</title><link>http://davidwalsh.name/php-image-filter/comment-page-1#comment-11620</link> <dc:creator>Rob Colburn</dc:creator> <pubDate>Mon, 31 Aug 2009 23:23:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3514#comment-11620</guid> <description>Case for IMagick/et al:
- same function to opens all image formats
- memory management (helpful for very large images)//to black and white, then sepia
if(!file&#095;exists(&#039;dw-sepia.png&#039;)) {
$img = Imagick(&#039;dw-manipulate-me.png&#039;);
$img-&gt;setImageColorspace(GRAYColorspace);
$img-&gt;sepiaToneImage(80);
$img-&gt;writeImage(&#039;db-sepia.png&#039;);
$img-&gt;destroy();
} </description> <content:encoded><![CDATA[<p>Case for IMagick/et al:<br
/> &#8211; same function to opens all image formats<br
/> &#8211; memory management (helpful for very large images)</p><p>//to black and white, then sepia<br
/> if(!file&#95;exists(&#8216;dw-sepia.png&#8217;)) {<br
/> $img = Imagick(&#8216;dw-manipulate-me.png&#8217;);<br
/> $img-&gt;setImageColorspace(GRAYColorspace);<br
/> $img-&gt;sepiaToneImage(80);<br
/> $img-&gt;writeImage(&#8216;db-sepia.png&#8217;);<br
/> $img-&gt;destroy();<br
/> }</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.010 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 01:33:45 -->
