Added release notes for #7491

This commit is contained in:
Andrew Murray 2023-12-08 19:15:01 +11:00
parent 43a4477cd9
commit 5c560ca1a9

View File

@ -38,6 +38,12 @@ 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 tables-only streamtype
^^^^^^^^^^^^^^^^^^^^^^^^^^^
When saving JPEG files, ``streamtype`` can now be set to 1, for tables-only. This will
output only the quantization and Huffman tables for the image.
Security Security
======== ========