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 993bb23 commit e3f81e6Copy full SHA for e3f81e6
docs/releasenotes/9.1.0.rst
@@ -48,6 +48,13 @@ breaking backwards compatibility.
48
Other Changes
49
=============
50
51
+ImageShow temporary files
52
+^^^^^^^^^^^^^^^^^^^^^^^^^
53
+
54
+When calling :py:meth:`~PIL.Image.Image.show` or using :py:mod:`~PIL.ImageShow`,
55
+a temporary file is created from the image. Pillow will no longer delete these files,
56
+and instead leave it to the operating system to do so.
57
58
Image._repr_pretty_
59
^^^^^^^^^^^^^^^^^^^
60
0 commit comments