<?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 12:17:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jakob Westhoff's Blog: It's alive - Image_3D live browser rendering]]></title>
      <guid>http://www.phpdeveloper.org/news/7559</guid>
      <link>http://www.phpdeveloper.org/news/7559</link>
      <description><![CDATA[<p>
There's plenty of 2D graphics libraries out there, some 3D ones as well, but that hasn't stopped <i>Jakob Westhoff</i> from <a href="http://westhoffswelt.de/blog/index.php?/archives/15-Its-alive-Image_3D-live-browser-rendering.html">creating his own driver</a> for the <a href="http://pear.php.net/Image_3d">Image_3d package</a> to allow for live 3D image browser rendering.
</p>
<blockquote>
<p>
Quite some time ago my friend <a href="http://kore-nordmann.de/">Kore Nordmann</a> had a talk at our local <a href="http://phpugdo.de/">PHP Usergroup</a> about 3D rendering techniques which was quite inspiring. Shortly after that talk I decided to write a simple 3D renderer. But, hey there are so many of them already out there, that I decided to do something more unusual. 
</p>
<p>
I just started over and began to write a ECMA Script based live 3D renderer for browsers which understand the new "canvas" tag. After some simple tests I realized that it would be quite cool to implement this as a driver for <a href="http://pear.php.net/Image_3d">Kore's Image_3D</a> package, which is entirely written in PHP. 
</p>
</blockquote>
<p>
Be sure to check out <a href="http://westhoffswelt.de/blog/index.php?/archives/15-Its-alive-Image_3D-live-browser-rendering.html">his post</a> to see what this new driver makes possible. There's an image complete with controls to rotate, zoom, turn of its axis and export to both the SVG and PNG formats. Definitely work checking out! 
</p>]]></description>
      <pubDate>Wed, 04 Apr 2007 08:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ASys DataService's Blog: Rounded corners using PHP and the GD library]]></title>
      <guid>http://www.phpdeveloper.org/news/4732</guid>
      <link>http://www.phpdeveloper.org/news/4732</link>
      <description><![CDATA[On ASys DataService's blog, there's <a href="http://www.assemblysys.com/dataServices/php_roundedCorners.php">an article posted</a> about creating rounded corners on your images with a little help from the PHP GD libraries.
<p>
<quote>
<i>
I needed to add rounded corners to some pictures and didn't want to modify the source files in Photoshop (I think it's a bad idea to modify original pictures if the effect can be added dynamically).
<p>
That's when I decided to use the GD library, which I had found very useful in other projects. I'm not saying that this solution is perfect or better that others, but it has worked very well for me, and I hope it will be useful to some of you as well. Feel free to contact me if you have any comment about this code.
</i>
</quote>
<p>
He <a href="http://www.assemblysys.com/dataServices/php_roundedCorners.php">briefly describes the code</a>, noting where you can make config changes based on your needs. After that, it's all code, a procedural script that takes in any file and spits back out a custom rounded-corners image with your chosen settings. He even gives a <a href="http://www.assemblysys.com/dataServices/images/rounded_corner.png">PNG file</a> of the rounded corner to use...]]></description>
      <pubDate>Wed, 25 Jan 2006 13:01:50 -0600</pubDate>
    </item>
  </channel>
</rss>
