<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 00:58:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Filtering Image Streams with the GD Library in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8535</guid>
      <link>http://www.phpdeveloper.org/news/8535</link>
      <description><![CDATA[<p>
DevShed concludes their series on using the GD graphics libraries in PHP with <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/">thie new article</a> focusing on the use of some of the simple filtering functionality the library has to offer.
</p>
<blockquote>
In this article I'm going to demonstrate how the GD library can be used to apply some basic graphic filters (yes, like Photoshop, but much simpler) by utilizing the versatility of a brand new function called "imagefilter()". As you'll see shortly, with this function it is possible to reverse, blur and highlight the colors of a determined image, as well as convert it to its grayscale version, among other things.
</blockquote>
<p>
They use the imagefilter function in a few different examples - <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/1/">altering the colors</a> in an image, working with <a href="http://www.devshed.com/c/a/PHP/Filtering-Image-Streams-with-the-GD-Library-in-PHP/2/">contrast and brightness</a> and various other filters (like smoothing, embossing, blurring and colorizing).
</p>]]></description>
      <pubDate>Mon, 27 Aug 2007 11:25:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre's Blog: What's new in GD, 5.1.x]]></title>
      <guid>http://www.phpdeveloper.org/news/4479</guid>
      <link>http://www.phpdeveloper.org/news/4479</link>
      <description><![CDATA[From <i>Pierre</i>'s blog today, there's <A href="http://blog.thepimp.net/index.php/2005/12/09/28-what-s-new-in-gd-51x">this new post</a> about some of the things that are new for GD in 5.1.x.
<p>
<quote>
<i>
I brought image convolutions to the public in PHP 5.1.0 (was lying in cvs for some months already), using a 3x3 matrix, the factor and the offset. A lot of really usefull or nice effects can be realized using image convolutions. I will show you some here.
<p>
The second introduction will be available in 5.1.2, it is nothing really new and I was even sure it was already done.
</i>
</quote>
<p>
Be sure to <a href="http://blog.thepimp.net/index.php/2005/12/09/28-what-s-new-in-gd-51x">check out the post</a> for examples of what can be done with these new, integrated features. The "Gaussian Blur" is very nice...]]></description>
      <pubDate>Fri, 09 Dec 2005 15:07:04 -0600</pubDate>
    </item>
  </channel>
</rss>
