mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
Update documentation
This commit is contained in:
parent
1e092e95ba
commit
5f62aaec5c
|
@ -15,8 +15,9 @@ or the clipboard to a PIL image memory.
|
||||||
returned as an "RGBA" on macOS, or an "RGB" image otherwise.
|
returned as an "RGBA" on macOS, or an "RGB" image otherwise.
|
||||||
If the bounding box is omitted, the entire screen is copied.
|
If the bounding box is omitted, the entire screen is copied.
|
||||||
|
|
||||||
On Linux, if ``xdisplay`` is ``None`` then ``gnome-screenshot`` will be used if it
|
On Linux, if ``xdisplay`` is ``None`` then ``gnome-screenshot`` or ``scrot`` will
|
||||||
is installed. To capture the default X11 display instead, pass ``xdisplay=""``.
|
be used if they are installed. To capture the default X11 display instead, pass
|
||||||
|
``xdisplay=""``.
|
||||||
|
|
||||||
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
|
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user