<?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>Fri, 04 Jul 2008 22:16:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBM developerWorks: Getting Graphic with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10538</guid>
      <link>http://www.phpdeveloper.org/news/10538</link>
      <description><![CDATA[<p>
The IBM developerWorks site has a <a href="http://www.ibm.com/developerworks/edu/os-dw-os-php-graphic.html?ca=drs-tp2708">new tutorial</a> posted (registration/login required) talking about image creating in PHP using the GD library.
</p>
<blockquote>
The purpose of this tutorial is to show you how to get started with the GD library and to provide a variety of techniques you can apply to your Web-page coding. The tutorial doesn't cover every GD function, but it teaches you the basics. The Resources section provides Web sites where you can learn more about using the GD library.
</blockquote>
<p>
They <a href="https://www6.software.ibm.com/developerworks/education/os-php-graphic/index.html">go through</a> the creation of sample images, working with gradients and lines, adding text, saving the image data out to a file and how to work with existing graphics to modify them.
</p>]]></description>
      <pubDate>Thu, 03 Jul 2008 10:20:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevX.com: Add the Graphics Power of SVG to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9703</guid>
      <link>http://www.phpdeveloper.org/news/9703</link>
      <description><![CDATA[<p>
In <a href="http://www.devx.com/webdev/Article/37004">this DevX tutorial</a>, <i>Octavia Anghel</i> shows how use PHP to create images based on the SVG libraries available to any browser.
</p>
<blockquote>
Scalable Vector Graphics (SVG) is an XML specification for producing vector-based graphic content that you can create, modify, and manipulate dynamically from programming languages. Here, you'll explore the most important techniques and libraries for integrating SVG with PHP to create diverse graphic contentâ€"from simple shapes to complex graphs.
</blockquote>
<p>
They show a few different ways to get the job done including a straight 'echo' call with the output, sending a converted SVG document over with a PHP header or including another (or multiple) SVG documents into another and outputting them. They also talk about tools like the phpHtmlLib library, the PEAR::XML_SVG package and the PEAR::Image_Canvas package.
</p>]]></description>
      <pubDate>Tue, 26 Feb 2008 10:44:00 -0600</pubDate>
    </item>
  </channel>
</rss>
