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. Introduction
- 2. Definitions
-
3. Creating objects of class
Image
-
4. The
ImageDraw
module -
5. Image enhancement: the
ImageFilter
module -
6. The
ImageFont
module -
7. The
ImageTk
module - 8. Supported file formats
PPT:PIL Python圖像處理模塊
還有序媛的博文:
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 使用入門指南
在python中使用OpenCV
更強大的圖像處理的功能可以使用PyOpencv庫
《用Python做科學計算》: Chapter12 OpenCV-圖像處理和計算機視覺1 OpenCV-圖像處理和計算機視覺2
OpenCV中文網站: OpenCV 的Python接口 Cv中文參考手冊 - 圖像處理
Pyfun的教程:Python 圖像處理系列