mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Added release notes for #7488
This commit is contained in:
parent
5c560ca1a9
commit
c45b7590ad
|
@ -38,6 +38,13 @@ Added DdsImagePlugin enums
|
||||||
:py:class:`~PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`~PIL.DdsImagePlugin.D3DFMT`
|
:py:class:`~PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`~PIL.DdsImagePlugin.D3DFMT`
|
||||||
enums have been added to :py:class:`PIL.DdsImagePlugin`.
|
enums have been added to :py:class:`PIL.DdsImagePlugin`.
|
||||||
|
|
||||||
|
JPEG restart marker interval
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When saving JPEG files, ``restart_marker_blocks`` and ``restart_marker_rows`` can now
|
||||||
|
be used to emit restart markers whenever the specified number of MCU blocks or rows
|
||||||
|
have been produced.
|
||||||
|
|
||||||
JPEG tables-only streamtype
|
JPEG tables-only streamtype
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user