Added release notes for #7488

This commit is contained in:
Andrew Murray 2023-12-08 19:19:40 +11:00
parent 5c560ca1a9
commit c45b7590ad

View File

@ -38,6 +38,13 @@ Added DdsImagePlugin enums
:py:class:`~PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`~PIL.DdsImagePlugin.D3DFMT`
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^