pillow v1.1.6.b1 Release Notes

    • โž• Added 'expand' option to the Image 'rotate' method. If true, the output image is made large enough to hold the entire rotated image.

    • ๐Ÿ”„ Changed the ImageDraw 'line' method to always draw the last pixel in a polyline, independent of line angle.

    • ๐Ÿ›  Fixed bearing calculation and clipping in the ImageFont truetype renderer; this could lead to clipped text, or crashes in the low- level _imagingft module. (based on input from Adam Twardoch and others).

    • โž• Added ImageQt wrapper module, for converting PIL Image objects to QImage objects in an efficient way.

    • ๐Ÿ›  Fixed 'getmodebands' to return the number of bands also for "PA" and "LA" modes. Added 'getmodebandnames' helper that return the band names.