~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.ImageGrab.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (27.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130131204920-b5zshy6vgfvdionl
Tags: 1.1.7+1.7.8-1ubuntu1
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
========================
 
2
The PIL.ImageGrab Module
 
3
========================
 
4
 
 
5
The PIL.ImageGrab Module
 
6
========================
 
7
 
 
8
(New in 1.1.3) The **ImageGrab** module can be used to copy the contents
 
9
of the screen to a PIL image memory.
 
10
 
 
11
The current version works on Windows only.
 
12
 
 
13
Module Contents
 
14
---------------
 
15
 
 
16
**grab(bbox=None)** [`# <#PIL.ImageGrab.grab-function>`_]
 
17
 
 
18
    *bbox*
 
19
    Returns:
 
20
 
 
21
**grabclipboard()** [`# <#PIL.ImageGrab.grabclipboard-function>`_]
 
22
 
 
23
    Returns:
 
24