mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +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
|
||||
|
||||
**plt**
|
||||
If ``True`` then include a PLT (packet length, tile-part header) marker
|
||||
segment in the produced file.
|
||||
The default is to not include it.
|
||||
If ``True`` and OpenJPEG 2.4.0 or later is available, then include a PLT
|
||||
(packet length, tile-part header) marker in the produced file.
|
||||
Defaults to ``False``.
|
||||
|
||||
.. versionadded:: 9.5.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user