<?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>Sun, 19 May 2013 23:00:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Kore Nordmann's Blog: Image_Turtle & Image_Curve]]></title>
      <guid>http://www.phpdeveloper.org/news/4979</guid>
      <link>http://www.phpdeveloper.org/news/4979</link>
      <description><![CDATA[<i>Kore Nordmann</i> has written up some graphics manipulation functionality in PHP that can draw two different types of images automatically - those based on the Lindenmayer system and ones using bezier curves and BSplines. He describes them in <a href="http://kore-nordmann.de/home/blog/image_turtle_image_curve">this new blog post</a>.
<p>
<quote>
<i>
The last days I was busy learning for a lecture for computer science which covers a lot of algorithms in graphics manipulation. For personal education I tried to implement some of them in the language I know best ... PHP.
<p>
This implements the Lindenmayer system in PHP. This is a system to draw images based on simple grammars. Most used for fractals or to simulate natural growth of plants.
<p>
Another thing I needed to understand - and imho the easiest way is just to implement it - are bezier curves and BSplines. This class offers a simple way to draw lines, bezier curves or BSplines from an array with points.
</i>
</quote>
<p>
You can see examples (and get the code) for these libraries from:
<ul>
<li><a href="http://kore-nordmann.de/home/php_code_snippets/image_turtle">Image_Turtle</a>
<li><a href="http://kore-nordmann.de/home/php_code_snippets/image_curve">Image_Curve</a>
</ul>]]></description>
      <pubDate>Mon, 13 Mar 2006 07:36:27 -0600</pubDate>
    </item>
  </channel>
</rss>
