<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" >
<channel>
    
    <title>Gato's programming blog... mostly - programming</title>
    <link>http://felimage.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Fri, 20 Jan 2012 03:14:13 GMT</pubDate>

    <image>
        <url>http://felimage.com/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Gato's programming blog... mostly - programming - </title>
        <link>http://felimage.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Arbitrary scaling of images with integral sizes</title>
    <link>http://felimage.com/archives/1-Arbitrary-scaling-of-images-with-integral-sizes.html</link>
            <category>programming</category>
    
    <comments>http://felimage.com/archives/1-Arbitrary-scaling-of-images-with-integral-sizes.html#comments</comments>
    <wfw:comment>http://felimage.com/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://felimage.com/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Gato)</author>
    <content:encoded>
    &lt;p&gt;For the project I&#039;m currently working on, I needed to rescale some images automatically. As the big fan of Python that I am, I chose to use PIL (&lt;a href=&quot;http://www.pythonware.com/products/pil/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Python Imaging Library&lt;/a&gt;) to do the image processing. Everything would have been fine except for the small fact that the scaling can only be specified by the target image size in pixels (which needs to be integral) and not by a scaling factor, which in theory could be fractional.&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://felimage.com/archives/1-Arbitrary-scaling-of-images-with-integral-sizes.html#extended&quot;&gt;Continue reading &quot;Arbitrary scaling of images with integral sizes&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 14 Jan 2012 23:32:00 -0600</pubDate>
    <guid isPermaLink="false">http://felimage.com/archives/1-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>

</channel>
</rss>
