mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Release notes for 5.1.0
This commit is contained in:
parent
9386a414fc
commit
6bae24034e
|
@ -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
|
||||
^^^
|
||||
|
||||
|
|
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