<?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, 18 Jun 2013 20:56:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stoyan Stefanov's Blog: Laziest image resize in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6896</guid>
      <link>http://www.phpdeveloper.org/news/6896</link>
      <description><![CDATA[<p>
On phpied.com, there's <a href="http://www.phpied.com/laziest-image-resize-in-php/">this new post</a> that shares <i>Stoyan</i>'s lazy way to resize images in PHP - with the help of the <a href="http://pear.php.net/package/Image_Transform/">PEAR::Image_Transform</a> package.
</p>
<blockquote>
Today I saw a post at digg.com on image resizing with PHP and there was quite a discussion. Let me share the laziest way (that I know of) how to do it - PEAR::Image_Transform is all it takes.
</blockquote>
<p>
His code is only <a href="http://www.phpied.com/laziest-image-resize-in-php/">five lines log</a> and takes in a JPG image and resizes it down to a 100x100 pixel image to output as a PNG. He also mentions some of the other functionality the package has, including lots of other image manipulation extensions.
</p>]]></description>
      <pubDate>Thu, 14 Dec 2006 09:19:00 -0600</pubDate>
    </item>
  </channel>
</rss>
