]> git.imager.perl.org - imager-screenshot.git/blob - README
0.005 release
[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   A C compiler compatible with that used to build perl itself.
11
12 Optional:
13   Perl/Tk
14
15 Installation:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21   (nmake or dmake on Win32)
22
23 Tested under:
24
25  - Win32 (VC++ 6.0)
26  - Win32 (mingw)
27  - Win32/X11 (cygwin as of Jan 1 2007)
28  - X11 (Debian Linux)
29
30 License:
31
32 Imager::Screenshot is distributed under the same terms as perl itself.