We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcd94c commit 4792929Copy full SHA for 4792929
docs/releasenotes/10.2.0.rst
@@ -38,6 +38,12 @@ Added DdsImagePlugin enums
38
:py:class:`~PIL.DdsImagePlugin.DXGI_FORMAT` and :py:class:`~PIL.DdsImagePlugin.D3DFMT`
39
enums have been added to :py:class:`PIL.DdsImagePlugin`.
40
41
+JPEG tables-only streamtype
42
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
43
+
44
+When saving JPEG files, ``streamtype`` can now be set to 1, for tables-only. This will
45
+output only the quantization and Huffman tables for the image.
46
47
Security
48
========
49
0 commit comments