Skip to content

Commit 27eacdd

Browse files
authored
Merge pull request #7688 from radarhere/macos_imagegrab
2 parents fa0dca7 + d134110 commit 27eacdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/ImageGrab.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ or the clipboard to a PIL image memory.
1111

1212
.. py:function:: grab(bbox=None, include_layered_windows=False, all_screens=False, xdisplay=None)
1313
14-
Take a snapshot of the screen. The pixels inside the bounding box are
15-
returned as an "RGBA" on macOS, or an "RGB" image otherwise.
16-
If the bounding box is omitted, the entire screen is copied.
14+
Take a snapshot of the screen. The pixels inside the bounding box are returned as
15+
an "RGBA" on macOS, or an "RGB" image otherwise. If the bounding box is omitted,
16+
the entire screen is copied, and on macOS, it will be at 2x if on a Retina screen.
1717

1818
On Linux, if ``xdisplay`` is ``None`` and the default X11 display does not return
1919
a snapshot of the screen, ``gnome-screenshot`` will be used as fallback if it is

0 commit comments

Comments
 (0)