mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-02 23:13:40 +03:00
OpenJPEG 2.4.0 or later is required for PLT markers
This commit is contained in:
parent
7d6ff23e1f
commit
598216fb46
|
@ -596,9 +596,9 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
.. versionadded:: 9.5.0
|
.. versionadded:: 9.5.0
|
||||||
|
|
||||||
**plt**
|
**plt**
|
||||||
If ``True`` then include a PLT (packet length, tile-part header) marker
|
If ``True`` and OpenJPEG 2.4.0 or later is available, then include a PLT
|
||||||
segment in the produced file.
|
(packet length, tile-part header) marker in the produced file.
|
||||||
The default is to not include it.
|
Defaults to ``False``.
|
||||||
|
|
||||||
.. versionadded:: 9.5.0
|
.. versionadded:: 9.5.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user