File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ or the clipboard to a PIL image memory.
20
20
used as a fallback if they are installed. To disable this behaviour, pass
21
21
``xdisplay="" `` instead.
22
22
23
- .. versionadded :: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
23
+ .. versionadded :: 1.1.3 Windows support
24
+ .. versionadded :: 3.0.0 macOS support
25
+ .. versionadded :: 7.1.0 Linux support
24
26
25
27
:param bbox: What region to copy. Default is the entire screen.
26
28
On macOS, this is not increased to 2x for Retina screens, so the full
@@ -53,7 +55,9 @@ or the clipboard to a PIL image memory.
53
55
54
56
On Linux, ``wl-paste `` or ``xclip `` is required.
55
57
56
- .. versionadded :: 1.1.4 (Windows), 3.3.0 (macOS), 9.4.0 (Linux)
58
+ .. versionadded :: 1.1.4 Windows support
59
+ .. versionadded :: 3.3.0 macOS support
60
+ .. versionadded :: 9.4.0 Linux support
57
61
58
62
:return: On Windows, an image, a list of filenames,
59
63
or None if the clipboard does not contain image data or filenames.
You can’t perform that action at this time.
0 commit comments