[Image-SIG] ANN: PIL 1.1.5 alpha 4 (september 19, 2004)

Rudolf Bahr quasi at web.de
Sun Sep 19 19:32:26 CEST 2004


Concerning Debian/unstable and kernel 2.6.8.1:

1. In setup.py I had to set: TCL_ROOT = "/usr/include/tcl8.4"
   in order to get TKINTER support.

2. Concerning "freetype2" support in Debian I had to do a:
   apt-get install libfreetype6 libfreetype6-dev.


But then the result has been:

--------------------------------------------------------------------
PIL 1.1.5a5 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.5a5
platform      linux2 2.3.4 (#2, Aug 29 2004, 02:04:10)
              [GCC 3.3.4 (Debian 1:3.3.4-9)]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
--- FREETYPE2 support ok
--------------------------------------------------------------------
To check the build, run the selftest.py script.
55 tests passed.

Regards,

Rudolf Bahr



* Fredrik Lundh (fredrik at pythonware.com) [040919 14:24]:
> A PIL 1.1.5 alpha 5 tarball is now available from effbot.org:
> 
>     http://effbot.org/downloads#imaging
> 
> (look for Imaging-1.1.5a5.tar.gz)
> 
> Changes in this release includes
> 
> + Build improvements: Fixed building under AIX, improved detection of
>   FreeType2 and Mac OS X framework libraries, and more.  Many thanks
>   to everyone who helped test the new "setup.py" script!
> 
> + Added "getcolors()" method.  This is similar to the existing histo-
>   gram method, but looks at color values instead of individual layers,
>   and returns an unsorted list of (count, color) tuples.
> 
>   By default, the method returns None if finds more than 256 colors.
>   If you need to look for more colors, you can pass in a limit (this
>   is used to allocate internal tables, so you probably don't want to
>   pass in too large values).
> 
> + Fixed BILINEAR/BICUBIC/ANTIALIAS filtering for mode "LA".
> 
> For a list of other changes, see this page:
> 
>     http://effbot.org/zone/pil-changes-115.htm
> 
> Report bugs to this list or directly to me, as usual.
> 
> enjoy /F 
> 
> 
> 
> _______________________________________________
> Image-SIG maillist  -  Image-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig


More information about the Image-SIG mailing list