Python圖像處理庫PIL -- 學習資源


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
2.1. Band
2.2. Modes
2.3. Sizes
2.4. Coordinates
2.5. Angles
2.6. Bboxes (bounding boxes)
2.7. Colors
2.8. Filters
3. Creating objects of class Image
3.1. Attributes of the Image object
3.2. Methods on the Image object
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-圖像處理和計算機視覺OpenCV-圖像處理和計算機視覺2

OpenCV中文網站: OpenCV 的Python接口  Cv中文參考手冊 - 圖像處理

 

Pyfun的教程:Python 圖像處理系列

python圖像處理教程一:反色
python圖像處理教程二:鏡像
python圖像處理教程三:平移
python圖像處理教程四:旋轉
python圖像處理教程五:縮放
python圖像處理教程六:錯切
python圖像處理教程七:計算直方圖
python圖像處理教程八:直方圖均衡化(Histogram Equalization)
python圖像處理教程九:計算直方圖
python圖像處理教程十:空間域圖像平滑
python圖像處理教程十一:空間域圖像銳化(邊緣檢測)
python圖像處理教程十二:偽彩色增強
python圖像處理教程十三:二值圖腐蝕和膨脹、開閉
python圖像處理教程十四:灰度圖腐蝕和膨脹、開閉
python圖像處理教程十五: 圖像的傅立葉變換
python圖像處理教程十六:圖像的細化(骨架抽取)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM