mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-03 23:43:40 +03:00
Added release notes
This commit is contained in:
parent
da451e5bea
commit
737fe769a6
|
@ -45,6 +45,13 @@ At present, the information within each block is merely returned as a dictionary
|
||||||
"data" entry. This will allow more useful information to be added in the future without
|
"data" entry. This will allow more useful information to be added in the future without
|
||||||
breaking backwards compatibility.
|
breaking backwards compatibility.
|
||||||
|
|
||||||
|
Added rawmode argument to Image.getpalette()
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
By default, :py:meth:`~PIL.Image.Image.getpalette` returns RGB data from the palette.
|
||||||
|
A ``rawmode`` argument has been added, to allow the mode to be chosen instead. ``None``
|
||||||
|
can be used to return data in the current mode of the palette.
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user