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.
2 parents ef683e9 + 7b5e11d commit 4d0ebb0Copy full SHA for 4d0ebb0
docs/releasenotes/11.3.0.rst
@@ -47,6 +47,19 @@ TODO
47
Other changes
48
=============
49
50
+Support using more screenshot utilities with ImageGrab on Linux
51
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
+
53
+:py:meth:`~PIL.ImageGrab.grab` is now able to use GNOME Screenshot, grim or Spectacle
54
+on Linux in order to take a snapshot of the screen.
55
56
+Do not build against libavif < 1
57
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
58
59
+Pillow only supports libavif 1.0.0 or later. In order to prevent errors when building
60
+from source, if a user happens to have an earlier libavif on their system, Pillow will
61
+now ignore it.
62
63
Python 3.14 beta
64
^^^^^^^^^^^^^^^^
65
0 commit comments