<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pythonclub.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pythonclub.org/feed.php">
        <title>Python 俱乐部 modules:pil</title>
        <description></description>
        <link>http://www.pythonclub.org/</link>
        <image rdf:resource="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-02T12:15:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pythonclub.org/modules/pil/convert-png-gif?rev=1275441528&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/modules/pil/simple-examples?rev=1408352323&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/modules/pil/start?rev=1275441528&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Python 俱乐部</title>
        <link>http://www.pythonclub.org/</link>
        <url>http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pythonclub.org/modules/pil/convert-png-gif?rev=1275441528&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-02T01:18:48+00:00</dc:date>
        <title>PIL Tutorial: Converting Between PNG and GIF</title>
        <link>http://www.pythonclub.org/modules/pil/convert-png-gif?rev=1275441528&amp;do=diff</link>
        <description>PIL Tutorial: Converting Between PNG and GIF

PIL supports both PNG and GIF image formats, but converting between the two while keeping transparency can be tricky. Inside is a list of tips for dealing with transparency and dithering issues when processing GIF image formats in PIL. If you are only interested in the final solution you can skip this tutorial and go directly to the code</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/modules/pil/simple-examples?rev=1408352323&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-08-18T08:58:43+00:00</dc:date>
        <title>PIL 简明教程</title>
        <link>http://www.pythonclub.org/modules/pil/simple-examples?rev=1408352323&amp;do=diff</link>
        <description>PIL 简明教程

什么是PIL

	*  PIL是 Python Image Library的缩写
	*  用Python打开保存图片文件，支持几乎所有图片格式
	*  用Python对图片进行操作：缩放，剪裁，叠加，变性等等
	*  添加直线，文字内容</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/modules/pil/start?rev=1275441528&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-02T01:18:48+00:00</dc:date>
        <title>Python 图像处理模块 PIL(Python Image Library)</title>
        <link>http://www.pythonclub.org/modules/pil/start?rev=1275441528&amp;do=diff</link>
        <description>Python 图像处理模块 PIL(Python Image Library)

1. 简介

这两天用python写一个程序,需要对各种格式的图片进行一些简单的处理,采用了Python Imaging Library (PIL)库,这个库可用于图片的一些常用操作,比如改变图片格式、尺寸、色彩、旋转等。</description>
    </item>
</rdf:RDF>
