嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Python-Imaging-Library中文手册、PIL中文手册、python图像处理
【文件目录】
目录
1.Python Imaging Library 中文手册
2.第一部分:介绍
1.概览
1.介绍
2.图像归档处理
3.图像显示
4.图像处理
2.入门导引
1.使用 Image 类
2.读写图像
3.裁剪、粘贴和合并图像
4.滚动一幅图像
5.分离与合并通道
3.几何变换
1.简单的几何变换
2.transpose图像
4.颜色变换
1.转换图像颜色模式
5.图像增强
1.滤波器
1.使用滤波器
2.点操作
1.使用点变换
2.处理单个通道
3.增强
1.增强图像
6.图像序列
1.读取图像序列
2.一个序列迭代类
7.Postscript格式打印
1.Drawing Postscript
8.更多关于读取图像
1.控制解码器
3.概念
1.通道
2.模式
3.大小
4.坐标系统
5.调色板
6.信息
7.滤波器
4.第二部分:模块手册
5.Image 模块
1.例子
2.函数
1.new
2.open
3.blend
4.composite
5.eval
6.frombuffer
7.fromstring
8.merge
3.方法
1.convert
2.copy
3.crop
4.draft
5.filter
6.fromstring
7.getbands
8.getbbox
9.getdata
10.getextrema
11.getpixel
12.histogram
13.load
14.offset
15.paste
16.point
17.putalpha
18.putdata
19.putpalette
20.putpixel
21.resize
22.rotate
23.save
24.seek
25.show
26.split
27.tell
28.thumbnail
29.tobitmap
30.tostring
31.transform
32.transpose
33.verify
4.属性
1.format
2.mode
3.size
4.palette
5.info
6.ImageChops 模块
1.函数
1.constant
2.duplicate
3.invert
4.lighter
5.darker
6.difference
7.multiply
8.screen
9.add
10.subtract
11.blend
12.composite
13.offset
7.ImageColor 模块
1.Colour Names
2.函数
1.getrgb
2.getcolor
8.ImageDraw 模块
1.Example
2.Concepts
1.Coordinates
2.Colour Names
3.Fonts
3.函数
1.Draw
4.方法
1.arc
2.bitmap
3.chord
4.ellipse
5.line
6.pieslice
7.point
8.polygon
9.rectangle
10.text
11.textsize
5.Options
1.outline
2.fill
3.font
6.Compatibility
1.ImageDraw
2.setink
3.setfill
4.setfont
9.ImageEnhance 模块
1.Example
2.Interface
3.The Color Class
4.The Brightness Class
5.The Contrast Class
6.The Sharpness Class
10.ImageFile 模块
1.Example
2.函数
1.Parser
3.方法
1.feed
11.ImageFileIO 模块
1.函数
12.ImageFilter 模块
1.Example
2.Filters
1.Kernel
2.RankFilter
3.MinFilter
4.MedianFilter
5.MaxFilter
13.ImageFont 模块
1.例子
2.函数
1.load
2.load_path
3.truetype
4.load_default
3.方法
1.getsize
2.getmask
14.ImageGrab 模块
1.函数
1.grab
2.grabclipboard
15.ImageOps 模块
1.函数
1.autocontrast
2.colorize
3.crop
4.deform
5.equalize
6.expand
7.fit
8.flip
9.grayscale
10.invert
11.mirror
12.posterize
13.solarize
16.ImagePath 模块
1.函数
1.Path
17.ImagePalette 模块
1.例子
2.类
1.ImagePalette
18.ImageSequence 模块
1.函数
1.Iterator
2.方法
1.Operator []
19.ImageStat 模块
1.函数
1.Stat
2.Attributes
1.extrema
2.count
3.sum
4.sum2
5.pixel
6.median
7.rms
8.var
9.stddev
20.ImageTk 模块
1.The BitmapImage Class
2.The PhotoImage Class
21.ImageWin 模块
1.Dib 类
1.Dib
2.方法
1.expose
2.draw
3.palette
4.paste
22.PSDraw 模块
1.Classes
1.PSDraw
2.PSDraw 方法
1.begin
2.end
3.line
4.rectangle
5.text
6.setfont
7.setink
8.setfill
23.ImageCrackCode 模块 (PIL Plus)
1.函数
1.CrackCode
2.方法 and attributes
1.area
2.bbox
3.caliper
4.centroid
5.edge
6.links
7.offset
8.start
9.top
10.hit
11.topath
12.getmask
13.getoutline
24.ImageMath 模块 (PIL Plus)
1.例子
2.函数
1.eval
3.表达式语法
1.运算符
2.内建函数
25.第三部分:工具手册
26.pildriver 工具
1.例子
2.The PILDriver Class
3.方法
4.pilconvert 工具
5.pilfile 工具
6.pilfont 工具
7.pilprint 工具
27.附录
1.软件许可证
2.技术支持
3.图像文件格式
4.编写自己的文件解码器
28.译注:中英文术语对照表