Release notes for 5.1.0

This commit is contained in:
Eric Soroos 2018-04-02 09:59:13 +00:00
parent 9386a414fc
commit 6bae24034e
3 changed files with 44 additions and 0 deletions

View File

@ -767,6 +767,13 @@ PIL reads and writes X bitmap files (mode ``1``).
Read-only formats
-----------------
BLP
^^^
BLP is the Blizzard Mipmap Format is a texture format used in World of
Warcraft. Pillow supports reading ``JPEG`` Compressed or raw ``BLP1``
images, and all types of ``BLP2`` images.
CUR
^^^

View File

@ -0,0 +1,36 @@
5.1.0
-----
New File Format
================
BLP File Format
^^^^^^^^^^^^^^^
Pillow now supports reading the BLP "Blizzard Mipmap" file format used
for tiles in Blizzard's engine.
API Changes
===========
Optional channels for TIFF files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Pillow can now open TIFF files with base modes of ``RGB``, ``YCbCr``,
and ``CMYK`` with up to 6 8-bit channels, discarding any extra
channels if the content is tagged as UNSPECIFIED. Pillow still does
not store more than 4 8-bit channels of image data.
Append to PDF Files
^^^^^^^^^^^^^^^^^^^
Images can now be appended to PDF files in place by passing in
``append=True`` when saving the image.
Other Changes
=============
WebP memory leak
^^^^^^^^^^^^^^^^
A memory leak when opening ``WebP`` files has been fixed.

View File

@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2
5.1.0
5.0.0
4.3.0
4.2.1