Pillow/docs/reference/ImageGrab.rst
2013-10-12 22:17:45 -07:00

16 lines
432 B
ReStructuredText

.. py:module:: PIL.ImageGrab
.. py:currentmodule:: PIL.ImageGrab
:py: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