mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Merge pull request #3743 from radarhere/releasenotes
I;16 mode transpose support release notes
This commit is contained in:
commit
a0a641516b
|
@ -131,7 +131,7 @@ Image.quantize
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The ``dither`` option is now a customisable parameter (was previously hardcoded to ``1``).
|
The ``dither`` option is now a customisable parameter (was previously hardcoded to ``1``).
|
||||||
This parameter takes the same values used in ``Image.convert``.
|
This parameter takes the same values used in :py:meth:`~PIL.Image.Image.convert`.
|
||||||
|
|
||||||
New language parameter
|
New language parameter
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -172,3 +172,9 @@ TIFF compression codecs
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Support has been added for the LZMA, Zstd and WebP TIFF compression codecs.
|
Support has been added for the LZMA, Zstd and WebP TIFF compression codecs.
|
||||||
|
|
||||||
|
Improved support for transposing I;16 images
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
I;16, I;16L and I;16B are now supported image modes for all
|
||||||
|
:py:meth:`~PIL.Image.Image.transpose` operations.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user