====== PIL 简明教程 ====== ===== 什么是PIL ===== * PIL是 Python Image Library的缩写 * 用Python打开保存图片文件,支持几乎所有图片格式 * 用Python对图片进行操作:缩放,剪裁,叠加,变性等等 * 添加直线,文字内容 * 与 GIMP 类似 (GIMP 也有Python库,为GIMP-Python) ===== 参考 ===== {{:modules:pil:python_image_library.ppt|PIL Python图像处理模块}} * [[http://effbot.org/imagingbook/|PIL HandBook]] * [[http://infohost.nmt.edu/tcc/help/pubs/pil/index.html|简明教程]] {{:modules:pil:pil.pdf|PDF版本}}