pillow v1.1.5.a5 Release Notes

    • ๐Ÿ›  Fixed BILINEAR/BICUBIC/ANTIALIAS filtering for mode "LA".

    • โž• 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).

    • ๐Ÿ— 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!