The Python Imaging Library (PIL) adds image processing capabilities
to your Python interpreter. This library supports many file formats,
and provides powerful image processing and graphics capabilities,
including display support for Windows and Tkinter.

PIL 1.1.5 beta 3 (aka rc1) is now available from effbot.org:

   http://effbot.org/downloads#imaging

(look for Imaging-1.1.5b3.tar.gz).

Prebuilt binaries are also available, for Mac OS X and Windows.

   Mac OS X 10.3 (Python 2.3), thanks to Bob Ippolito:
   http://bob.pythonmac.org/archives/2005/02/08/pil-115b3-for-mac-os-x-103

   Windows (Python 2.1, 2.2, 2.3 and 2.4):
   http://effbot.org/downloads/#pil

Visible changes in this release include:

+ Don't crash in "quantize" method if the number of colors requested
 is larger than 256.  This release raises a ValueError exception;
 future versions may return a mode "RGB" image instead (reported
 by Richard Oudkerk).

+ Added WBMP read/write support (based on code by Duncan Booth).

For a list of other changes in 1.1.5, see this page:

   http://effbot.org/zone/pil-changes-115.htm

Report bugs to the image-sig mailing list, or directly to me, as usual.

enjoy /F
--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations.html

Reply via email to