<?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, 24 May 2013 10:01:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[php|architect: Image Processing with Imagine]]></title>
      <guid>http://www.phpdeveloper.org/news/16005</guid>
      <link>http://www.phpdeveloper.org/news/16005</link>
      <description><![CDATA[<p>
New from the php|architect blog, there's a tutorial from <i>Mike Willbanks</i> about <a href="http://www.phparch.com/2011/03/image-processing-with-imagine/">using Imagine</a> to transform images dynamically in a more object-oriented way.
</p>
<blockquote>
Image processing in PHP is a necessary evil but is needed more often than not in just about every web application.   With the various preferences in image processing libraries (think ImageMagick, GraphicsMagick and GD) it is difficult to find a library that provides a unified object oriented interface as well as implementing the general tasks in a simplistic fashion. <a href="https://github.com/avalanche123/Imagine/">Imagine</a> is an open source image manipulation library built with PHP 5.3 that implements an object oriented interface to ImageMagick, GraphicsMagick and GD
</blockquote>
<p>
<i>Mike</i> gives a quick sample script that uses SPL autoloading to pull in the classes as they're needed (with the "imagineLoader" method) and make a basic thumbnail from a PNG file.
</p>]]></description>
      <pubDate>Mon, 07 Mar 2011 10:53:42 -0600</pubDate>
    </item>
  </channel>
</rss>
