Merge pull request #1 from radarhere/imagegrab

Updated documentation
This commit is contained in:
Yan-Ke Guo 2025-07-07 16:30:36 +08:00 committed by GitHub
commit 1522ece5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,9 +42,9 @@ or the clipboard to a PIL image memory.
.. versionadded:: 7.1.0 .. versionadded:: 7.1.0
:param window: :param window:
HWND, to capture a single window. Windows only. Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid.
.. versionadded:: 11.2.1 .. versionadded:: 11.2.1 (Windows), 12.0.0 (macOS)
:return: An image :return: An image
.. py:function:: grabclipboard() .. py:function:: grabclipboard()