mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #3064 from wiredfool/release_notes
Release notes for 5.1.0
This commit is contained in:
commit
219c31b34d
|
@ -779,6 +779,13 @@ PIL reads and writes X bitmap files (mode ``1``).
|
|||
Read-only formats
|
||||
-----------------
|
||||
|
||||
BLP
|
||||
^^^
|
||||
|
||||
BLP is the Blizzard Mipmap Format, a texture format used in World of
|
||||
Warcraft. Pillow supports reading ``JPEG`` Compressed or raw ``BLP1``
|
||||
images, and all types of ``BLP2`` images.
|
||||
|
||||
CUR
|
||||
^^^
|
||||
|
||||
|
|
36
docs/releasenotes/5.1.0.rst
Normal file
36
docs/releasenotes/5.1.0.rst
Normal 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.
|
|
@ -6,6 +6,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
5.1.0
|
||||
5.0.0
|
||||
4.3.0
|
||||
4.2.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user