Skip to content

Commit

Permalink
Added release notes for python-pillow#7491
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 8, 2023
1 parent 43a4477 commit 5c560ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releasenotes/10.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ 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 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
========

Expand Down

0 comments on commit 5c560ca

Please sign in to comment.