没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > pyimage |
pyimage
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
First alpha version released!The first public alpha version and "official" (August 20, 2007) GSoC release is now available at:
http://pyimage.googlecode.com/files/pyimage-0.8.13.tar.gz
A new version with more features and bugfixes will be released shortly.
SummaryThis project is an implementation of PEP 368:
http://www.python.org/dev/peps/pep-0368/
It aims to create a fast and efficient image module for Python, that can be used as a PEP 368 reference implementation by other Python imaging libraries. It's not intended as a replacement for PIL, NumPy, etc., but to provide a common protocol to ease the interoperability of existing Python libraries that manipulate image objects.
The code is already usable as external module, but the eventual goal of this project is the inclusion of this module (possibly with a different name) in the upcoming Python 2.6 and 3.0 releases.
You can redistribute this project and/or modify it under the terms of the new BSD license or (at your option) the Python License (http://www.python.org/psf/license/). Both licenses are compatible with the GNU General Public License, version 2 or later.
This project is sponsored by Google through the Google Summer of Code program.