<?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, 19 Jun 2013 15:53:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: imagerotate, little confusions in the manual (damned, I cannot say RTFM!)]]></title>
      <guid>http://www.phpdeveloper.org/news/7232</guid>
      <link>http://www.phpdeveloper.org/news/7232</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> is looking to clear up some confusion with his <a href="http://blog.thepimp.net/index.php/post/2007/02/06/imagerotate-little-confusions-in-the-manual-damned-I-cannot-say-RTFM">new blog post</a> today surrounding the imagerotate function and some of its options:
</p>
<blockquote>
imagerotate has special intern functions when the rotation angle is a multiple of 90 degrees, it actually only flips the image. The operation is quite fast as it is a two nest loops with a little copy operation. However it looks like the manual has a little mistake in the function description, which can lead to confusion.
</blockquote>
<p>
The problem comes from a part mentioning the scaling down of an image to fit into the destination image. With a flip of 90 degrees, though, the resulting image contents will stay the same size as the original - the image only flips, not really rotates.
</p>]]></description>
      <pubDate>Tue, 06 Feb 2007 12:02:00 -0600</pubDate>
    </item>
  </channel>
</rss>
