]> git.imager.perl.org - imager-screenshot.git/blob - README
itermediate working result
[imager-screenshot.git] / README
1 Imager::Screenshot is a module that grabs an image from a window under
2 X11 or Win32.
3
4 Requires:
5   Imager 0.54 or later.
6   Either:
7     SDK header files and libraries for Win32 support
8   and/or
9     X11 header files and libraries for X11 support.
10   and/or
11     OS X header files and libraries (supplied with Xcode)
12   A C compiler compatible with that used to build perl itself.
13
14 Optional:
15   Perl/Tk
16
17 Installation:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23   (nmake or dmake on Win32)
24
25 Tested under:
26
27  - Win32 (VC++ 6.0)
28  - Win32 (mingw)
29  - Win32/X11 (cygwin as of Jan 1 2007)
30  - X11 (Debian Linux)
31  - Mac OS X 10.6.4.
32
33 License:
34
35 Imager::Screenshot is distributed under the same terms as perl itself.
36
37 Warning: make test on X11 over a remote connection will be slow.