<?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>Sat, 25 May 2013 07:43: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>
  </channel>
</rss>
