<?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>Wed, 22 May 2013 02:01:43 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Compressing JPEG images with JPEG Reducer]]></title>
      <guid>http://www.phpdeveloper.org/news/6997</guid>
      <link>http://www.phpdeveloper.org/news/6997</link>
      <description><![CDATA[<p>
On the Zend Developer Zone, <i>Manuel Lemos</i> has posted <a href="http://devzone.zend.com/node/view/id/1410">a brief look</a> at one of the classes over on the PHPClasses.org website - <a href="http://www.phpclasses.org/jpegreducer">JPEG Reducer</a>.
</p>
<blockquote>
If you want to generate JPEG images with a limited file size, and at the same time you do not want to sacrifice too much the image quality, you have to find an approximated value for the quality factor that leads to an image with a file size near the desired limit.
</blockquote>
<p>
The <a href="http://www.phpclasses.org/jpegreducer">JPEG Reducer</a> takes this approach, providing you with the ability to give it the quality you want and have it approximate the closest values to convert it to. There's a brief code example included as well. Check out the full documentation for the class <a href="http://www.phpclasses.org/jpegreducer">here</a>.
</p>]]></description>
      <pubDate>Fri, 29 Dec 2006 10:19:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Davey's Blog: Easy Reflections]]></title>
      <guid>http://www.phpdeveloper.org/news/6578</guid>
      <link>http://www.phpdeveloper.org/news/6578</link>
      <description><![CDATA[<p>
On his blog today, <i>Richard Davey</i> shares a <a href="http://www.corephp.co.uk/archives/31-Easy-Reflections.html">bit of code</a> that will take an image and make a "nicely formatted reflection" of it automatically.
</p>
<blockquote>
You can use it to give your site that 'iTunes / Apple' look if you so desire. I created it to make image uploads to a site I run look that little bit nicer, so figured I would share it with you all.
</blockquote>
<p>
The script, Easy Reflections, can be <a href="http://reflection.corephp.co.uk/">grabbed from here</a> along with the installation and use instructions (including the values for the six parameters to change the image).
</p>]]></description>
      <pubDate>Wed, 25 Oct 2006 16:34:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Cool Image Thumbnail Class]]></title>
      <guid>http://www.phpdeveloper.org/news/6176</guid>
      <link>http://www.phpdeveloper.org/news/6176</link>
      <description><![CDATA[<p>
On the Zend Developer Zone, they <a href="http://devzone.zend.com/node/view/id/869">point out</a> a handy little image manipulation class they've come across - GenXDesign's <a href="http://www.gen-x-design.com/projects/php-thumbnailer-class/">PHP Thumbnail Class</a> - as well as some details about it.
</p>
<blockquote>
<p>
I've seen a lot of implementations of thumb nail functionality in PHP, I've even written a couple of my own. I like this class thought. In looking over the code the first thing you notice is that it's clean code. I don't mean they use the latest whiz-bang method to cshave a few keystrokes. 
</p>
<p>
This code is simple, nicely formatted and easy to read through. My only real problem with the code itself is that it is not terribly well documented. That can be forgiven since easy to read.
</p>
</blockquote>
<p>
<i>Cal</i> talks about some of the <a href="http://devzone.zend.com/node/view/id/869">other features</a> of the class, including that it works with gif/jpeg/png images, makes it easy to set the quality of the jpgs, and makes it easy to display the dynamic images directly to the browser. Check out <a href="http://www.gen-x-design.com/demo_thumbnail.php">the demo</a> for more.
</p>]]></description>
      <pubDate>Wed, 30 Aug 2006 07:41:58 -0500</pubDate>
    </item>
  </channel>
</rss>
