[Image-SIG] ANN: PIL 1.1.5 beta 3 (february 8, 2005)

Bob Ippolito bob at redivi.com
Tue Feb 8 22:02:43 CET 2005


On Feb 8, 2005, at 11:47, Fredrik Lundh wrote:

> 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.  no compiled windows versions yet;
> stay tuned for updates)
>
> 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 this list or directly to me, as usual.

--------------------------------------------------------------------
PIL 1.1.5b3 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.5b3
platform      darwin 2.3 (#1, Sep 13 2003, 00:49:11)
               [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------

% python selftest.py
*****************************************************************
Failure in example: d.line((0, 0, 128, 128), fill=128)
from line #84 of selftest.testimage
Exception raised:
Traceback (most recent call last):
   File "./doctest.py", line 499, in _run_examples_inner
     exec compile(source, "<string>", "single") in globs
   File "<string>", line 1, in ?
   File "PIL/ImageDraw.py", line 199, in line
     self.draw.draw_lines(xy, ink, width)
TypeError: function takes exactly 2 arguments (3 given)
*****************************************************************
Failure in example: d.line((0, 128, 128, 0), fill=128)
from line #85 of selftest.testimage
Exception raised:
Traceback (most recent call last):
   File "./doctest.py", line 499, in _run_examples_inner
     exec compile(source, "<string>", "single") in globs
   File "<string>", line 1, in ?
   File "PIL/ImageDraw.py", line 199, in line
     self.draw.draw_lines(xy, ink, width)
TypeError: function takes exactly 2 arguments (3 given)
*****************************************************************
Failure in example: im.getextrema()
from line #86 of selftest.testimage
Expected: (64, 128)
Got: (64, 64)
1 items had failures:
    3 of  55 in selftest.testimage
***Test Failed*** 3 failures.
*** 3 tests of 55 failed.

-bob



More information about the Image-SIG mailing list