mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Added release notes [ci skip]
This commit is contained in:
parent
80878fa4c6
commit
7e940dea5e
|
@ -45,6 +45,14 @@ This is now consistent with other IFDs, and must be accessed through
|
||||||
These changes only affect :py:meth:`~PIL.Image.Image.getexif`, introduced in Pillow
|
These changes only affect :py:meth:`~PIL.Image.Image.getexif`, introduced in Pillow
|
||||||
6.0. The older ``_getexif()`` methods are unaffected.
|
6.0. The older ``_getexif()`` methods are unaffected.
|
||||||
|
|
||||||
|
Image._MODEINFO
|
||||||
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
This internal dictionary has been deprecated by a comment since PIL, and is now
|
||||||
|
removed. Instead, ``Image.getmodebase()``, ``Image.getmodetype()``,
|
||||||
|
``Image.getmodebandnames()``, ``Image.getmodebands()`` or ``ImageMode.getmode()``
|
||||||
|
can be used.
|
||||||
|
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user