<?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>Thu, 23 May 2013 15:17:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Script-Tutorials.com: Creating a Smooth Curve Graphs with PHP and GD]]></title>
      <guid>http://www.phpdeveloper.org/news/17038</guid>
      <link>http://www.phpdeveloper.org/news/17038</link>
      <description><![CDATA[<p>
On Script-Tutorials.com there's a new tutorial posted showing you how you can <a href="http://www.script-tutorials.com/smooth-curve-graphs-with-php-and-gd/">get better curves on your graphs</a> with PHP and GD (the key is in the "CubicSplines" class, providing a few extra calculations to make "splines", a mathematical method for <a href="http://en.wikipedia.org/wiki/Spline_(mathematics)">smoothing out values</a>).
</p>
<blockquote>
Today I have new article for PHP. I will tell you about drawing graphs with GD. Plus - we will smooth our graph with curve lines using cubic splines interpolation method. You can read more about method at <a href="http://en.wikipedia.org/wiki/Cubic_splines">Wikipedia</a>.
</blockquote>
<p>
All of the code is included in the post, ready for cop and pasting - the HTML, CSS plus the PHP to generate the graph, plot the points and apply the cubic splines values. You can check out a <a href="http://www.script-tutorials.com/demos/169/index.html">live demo</a> of it in action or just <a href="http://www.script-tutorials.com/demos/169/source.zip">download the code</a> and get started on your own.
</p>]]></description>
      <pubDate>Tue, 25 Oct 2011 11:27:51 -0500</pubDate>
    </item>
    <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>
