<?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>Tue, 06 Jan 2009 13:41:08 -0600</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[Kore Nordmann's Blog: Published article "Image creation with PHP"]]></title>
      <guid>http://www.phpdeveloper.org/news/9218</guid>
      <link>http://www.phpdeveloper.org/news/9218</link>
      <description><![CDATA[<p>
<i>Kore Nordmann</i> has <a href="http://kore-nordmann.de/blog/published_article_image_creation_with_php.html">posted a new article series</a> (to the "Articles" section of his site) with six different pieces talking about different aspects of image creation with PHP:
</p>
<ul>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_tools.html"> Image creation with PHP - Image Tools</a>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_texts.html"> Image creation with PHP - Text rendering</a>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_bitmaps.html"> Image creation with PHP - Integrating bitmaps</a>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_gradients.html"> Image creation with PHP - Gradient rendering</a>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_shapes.html"> Image creation with PHP - A first shape</a>
<li><a href="http://kore-nordmann.de/blog/image_creation_with_php_formats.html"> Image creation with PHP - Formats & Libraries</a>
</ul>
<p>
Each of them can be read separately, but they're all part of a series and make more sense when read together.
</p>]]></description>
      <pubDate>Tue, 11 Dec 2007 11:11:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ozh's Blog: PHP and GD - Emulate Gradient Fill]]></title>
      <guid>http://www.phpdeveloper.org/news/4840</guid>
      <link>http://www.phpdeveloper.org/news/4840</link>
      <description><![CDATA[On <i>Ozh</i>'s site, FrenchFragFactory.net, today, there's <a href="http://frenchfragfactory.net/ozh/my-projects/images-php-gd-gradient-fill/">this handy little post</a> dealing with the creation of gradients in PHP with the help of GD.
<p>
<quote>
<i>
Here is a small PHP function I wrote that emulates a gradient fill of an image.
<p>
Disclaimer : there are probably existing alternatives or classes, maybe in PEAR. I didn't check. I wanted to write a function myself, as part of my GD training grounds.
</i>
</quote>
<p>
<a href="http://frenchfragfactory.net/ozh/my-projects/images-php-gd-gradient-fill/">The script</a> is simple enough, and only uses four different variable values to make the patterns. There are a few examples of the end result in the form of a basic square output, but (as he mentions) it can be used just as easily in other situations. The source code is availible in either <a href="http://frenchfragfactory.net/ozh/go.php?http://frenchfragfactory.net/ozh/download/gd-gradient-fill.txt">plain-text</a> or in a <a href="http://frenchfragfactory.net/ozh/go.php?http://frenchfragfactory.net/ozh/download/gd-gradient-fill.php">.phps style file</a>.]]></description>
      <pubDate>Tue, 14 Feb 2006 06:54:19 -0600</pubDate>
    </item>
  </channel>
</rss>
