mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Add release notes
This commit is contained in:
parent
3a254701f6
commit
dcc3f41fa1
|
@ -551,6 +551,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
library before building the Python Imaging Library. See the `installation
|
library before building the Python Imaging Library. See the `installation
|
||||||
documentation <../installation.html>`_ for details.
|
documentation <../installation.html>`_ for details.
|
||||||
|
|
||||||
|
.. _apng-sequences:
|
||||||
|
|
||||||
APNG sequences
|
APNG sequences
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
14
docs/releasenotes/7.1.0.rst
Normal file
14
docs/releasenotes/7.1.0.rst
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
7.1.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
===========
|
||||||
|
|
||||||
|
Improved APNG support
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Added support for reading and writing Animated Portable Network Graphics (APNG) images.
|
||||||
|
The PNG plugin now supports using the :py:meth:`~PIL.Image.Image.seek` method and the
|
||||||
|
:py:class:`~PIL.ImageSequence.Iterator` class to read APNG frame sequences.
|
||||||
|
The PNG plugin also now supports using the ``append_images`` argument to write APNG frame
|
||||||
|
sequences. See :ref:`apng-sequences` for further details.
|
|
@ -6,6 +6,7 @@ Release Notes
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
7.1.0
|
||||||
7.0.0
|
7.0.0
|
||||||
6.2.2
|
6.2.2
|
||||||
6.2.1
|
6.2.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user