首页 > HoradricCube > python图形处理库Python Imaging Library (PIL)

python图形处理库Python Imaging Library (PIL)

2008年11月10日

pil站点: http://www.pythonware.com/products/pil/index.htm
pil下载: http://effbot.org/downloads/Imaging-1.1.6.tar.gz
pil文档: http://www.pythonware.com/library/pil/handbook/index.htm
  
[安装]
$ tar zxvf Imaging-1.1.6.tar.gz
$ cd Imaging-1.1.6
$ python setup.py build_ext -i
$ python selftest.py
$ python setup.py install

安装完毕后,可在python安装目录下的site-packages找到PIL安装目录。

HoradricCube ,

  1. 目前还没有任何评论.
  1. 目前还没有任何 trackbacks 和 pingbacks.