We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71b11 commit 744f455Copy full SHA for 744f455
docs/releasenotes/9.3.0.rst
@@ -40,6 +40,12 @@ classes: :py:data:`~PIL.ExifTags.Base` and :py:data:`~PIL.ExifTags.GPS`.
40
Security
41
========
42
43
+Initialize libtiff buffer when saving
44
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
45
+
46
+When saving a TIFF image to a file object using libtiff, the buffer was not
47
+initialized. This behaviour introduced in Pillow 2.0.0, and has now been fixed.
48
49
Decode JPEG compressed BLP1 data in original mode
50
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
0 commit comments