<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    
    <link href="http://felimage.com/rss.php?version=atom0.3" rel="service.feed" title="Gato's programming blog... mostly" type="application/x.atom+xml" />
    <link href="http://felimage.com/"                        rel="alternate"    title="Gato's programming blog... mostly" type="text/html" />
    <link href="http://felimage.com/rss.php?version=2.0"     rel="alternate"    title="Gato's programming blog... mostly" type="application/rss+xml" />
    <title mode="escaped" type="text/html">Gato's programming blog... mostly</title>
    <tagline mode="escaped" type="text/html"></tagline>
    <id>http://felimage.com/</id>
    <modified>2012-01-20T03:14:13Z</modified>
    <generator url="http://www.s9y.org/" version="1.6">Serendipity 1.6 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://felimage.com/archives/1-Arbitrary-scaling-of-images-with-integral-sizes.html" rel="alternate" title="Arbitrary scaling of images with integral sizes" type="text/html" />
        <author>
            <name>Gato</name>
                    </author>
    
        <issued>2012-01-15T05:32:00Z</issued>
        <created>2012-01-15T05:32:00Z</created>
        <modified>2012-01-20T03:14:13Z</modified>
        <wfw:comment>http://felimage.com/wfwcomment.php?cid=1</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://felimage.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=1</wfw:commentRss>
    
        <id>http://felimage.com/archives/1-guid.html</id>
        <title mode="escaped" type="text/html">Arbitrary scaling of images with integral sizes</title>
        <content type="application/xhtml+xml" xml:base="http://felimage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>For the project I'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 (<a href="http://www.pythonware.com/products/pil/" onclick="window.open(this.href, '_blank'); return false;">Python Imaging Library</a>) 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.</p>

 <br /><a href="http://felimage.com/archives/1-Arbitrary-scaling-of-images-with-integral-sizes.html#extended">Continue reading "Arbitrary scaling of images with integral sizes"</a>
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://felimage.com/archives/11-Introduction.html" rel="alternate" title="Introduction" type="text/html" />
        <author>
            <name>Gato</name>
                    </author>
    
        <issued>2012-01-11T02:54:00Z</issued>
        <created>2012-01-11T02:54:00Z</created>
        <modified>2012-01-22T03:44:27Z</modified>
        <wfw:comment>http://felimage.com/wfwcomment.php?cid=11</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://felimage.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=11</wfw:commentRss>
    
        <id>http://felimage.com/archives/11-guid.html</id>
        <title mode="escaped" type="text/html">Introduction</title>
        <content type="application/xhtml+xml" xml:base="http://felimage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Hello all, I'm Gato, and welcome to this, my blog.</p>

<p>Since I was very young, I've loved electronics and programming. I started building my circuits and coding long before I went to college. I got the "feeling" of concepts like current or voltage before they were later on explained to me. Also I remember I was determined to learn to program, so I spent whole evenings after school in front of my computer with just my reference of <a href="http://en.wikipedia.org/wiki/GW-BASIC" onclick="window.open(this.href, '_blank'); return false;">GW-Basic</a> learning and practicing. I remember back then my computer was a 8086, with 640KiB of RAM, no hard disk, two 5¼ drives and CGA graphics with impressive 4 colors.. compared to monochrome screens which were the norm back then.</p>

<p>When I got to college, I didn't have any problem choosing what to study. I went for Electronics Engineering which also had some common subjects with Computer Engineering. Later on mostly inspired by the demoscene, I got a masters degree in Computer Graphics. So you can guess programming, electronics and computer graphics is mainly what I'll be blogging about.</p>

<p>Besides that, I'm an animal rights advocate, activist and a <a href="http://en.wikifur.com/wiki/Furry" onclick="window.open(this.href, '_blank'); return false;">furry</a>, so I might occasionally blog about that too ;3</p>

<p>I'll try to post about twice a month, but that will mostly depend on my spare time. Also, If you would like me to blog about something, feel free to suggest a topic!</p>

 
            </div>
        </content>

        
    </entry>
</feed>
