mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
55 lines
650 B
ReStructuredText
55 lines
650 B
ReStructuredText
10.1.0
|
|
------
|
|
|
|
Backwards Incompatible Changes
|
|
==============================
|
|
|
|
Setting image mode
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
If you attempt to set the mode of an image directly, e.g.
|
|
``im.mode = "RGBA"``, you will now receive an ``AttributeError``. This is
|
|
not about removing existing functionality, but instead about raising an
|
|
explicit error to prevent later consequences. The ``convert`` method is the
|
|
correct way to change an image's mode.
|
|
|
|
Deprecations
|
|
============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API Changes
|
|
===========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API Additions
|
|
=============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
Security
|
|
========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
Other Changes
|
|
=============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|