Resources
官方指南PIL Handbook(建议看英文,翻译) pil下载 安装中文指南 from the PythonWare PIL home page
推荐先看Python Imaging Library (PIL) Document(Web form,PDF document,不能访问这里下载) from New Mexico Tech Abstract
Describes an image-processing library for the Python programming language. Table of Contents
1. Introduction2. Definitions2.1. Band2.2. Modes2.3. Sizes2.4. Coordinates2.5. Angles2.6. Bboxes (bounding boxes)2.7. Colors2.8. Filters3. Creating objects of class Image3.1. Attributes of the Image object3.2. Methods on the Image object4. The ImageDraw module5. Image enhancement: the ImageFilter module6. The ImageFont module7. The ImageTk module8. Supported file formats PPT:PIL Python图像处理模块
还有序媛的博文:
Python图像处理库(PIL)--简介和基本概念
Python图像处理库(PIL)--Image,ImageDraw,ImageChops模块介绍
?
一些博文:python image 图像库 操作手册 Python完成简单图像处理任务 Python图像处理常用操作技巧 Python图形图像处理(使用PIL) python图形处理库Python Image library 怎样使用Python图像处理? python图形处理库PIL Python图形图像处理库的介绍 利用PIL剪切出正方形图片 python图形处理库PIL(Python Image Library) PIL-python的图像处理模块 Python图像处理的好处所在
PIL Tutorial: Converting Between PNG and GIF Python Cookbook -Chapter 11, introduction by Fredrik Lundh Recipe 11.7. Converting Among Image Formats
This chapter contains recipes for common GUI tasks, mostly with Tkinter, but also a smattering of wxPython, Qt, image processing, and GUI recipes specific to Jython (for JVMJava Virtual Machine), Mac OS X, and IronPython (for dotNET). Fredrik Lundh, also known as the eff-bot, is the CTO of Secret Labs AB, a Swedish Python-focused company providing a variety of products and technologies. Fredrik is the world's leading expert on Tkinter (the most popular GUI toolkit for Python), as well as the main author of the Python Imaging Library (PIL).He is also the author of Python Standard Library (O'Reilly), which is a good complement to this volume and focuses on the modules in the standard Python library. Finally, he is a prolific contributor to comp.lang.python, helping novices and experts alike.
Google App Engine-图片 Python API 概述?Python 使用入门指南