mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
16 lines
426 B
ReStructuredText
16 lines
426 B
ReStructuredText
.. py:module:: PIL.ImageGrab
|
|
.. py:currentmodule:: PIL.ImageGrab
|
|
|
|
:mod:`ImageGrab` Module (Windows-only)
|
|
======================================
|
|
|
|
The :py:mod:`ImageGrab` module can be used to copy the contents of the screen
|
|
or the clipboard to a PIL image memory.
|
|
|
|
.. note:: The current version works on Windows only.
|
|
|
|
.. versionadded:: 1.1.3
|
|
|
|
.. autofunction:: PIL.ImageGrab.grab
|
|
.. autofunction:: PIL.ImageGrab.grabclipboard
|