pillow v1.1.6.a0 Release Notes

    • ๐Ÿ›  Fixed byte order issue in Image.paste(ink) (from Ka-Ping Yee).

    • ๐Ÿ›  Fixed off-by-0.5 errors in the ANTIALIAS code (based on input from Douglas Bagnall).

    • โž• Added buffer interface support to the Path constructor. If a buffer is provided, it is assumed to contain a flat array of float coordinates (e.g. array.array('f', seq)).

    • โž• Added new ImageMath module.

    • ๐Ÿ›  Fixed ImageOps.equalize when used with a small number of distinct values (reported by David Kirtley).

    • ๐Ÿ›  Fixed potential integer division in PSDraw.image (from Eric Etheridge).