We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec11f7a + 382c3ab commit feaded9Copy full SHA for feaded9
docs/reference/ImageGrab.rst
@@ -16,8 +16,9 @@ or the clipboard to a PIL image memory.
16
the entire screen is copied, and on macOS, it will be at 2x if on a Retina screen.
17
18
On Linux, if ``xdisplay`` is ``None`` and the default X11 display does not return
19
- a snapshot of the screen, ``gnome-screenshot`` will be used as fallback if it is
20
- installed. To disable this behaviour, pass ``xdisplay=""`` instead.
+ a snapshot of the screen, ``gnome-screenshot`` or ``spectacle`` will be used as a
+ fallback if they are installed. To disable this behaviour, pass ``xdisplay=""``
21
+ instead.
22
23
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
24
0 commit comments