Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonycoz/imager-screenshot
Screen capture for Imager
https://github.com/tonycoz/imager-screenshot
Last synced: about 2 months ago
JSON representation
Screen capture for Imager
- Host: GitHub
- URL: https://github.com/tonycoz/imager-screenshot
- Owner: tonycoz
- Created: 2011-11-22T05:59:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-23T08:41:26.000Z (about 13 years ago)
- Last Synced: 2024-10-13T12:05:15.361Z (3 months ago)
- Language: C
- Homepage: http://imager.perl.org/
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Imager::Screenshot is a module that grabs an image from a window under
X11 or Win32.Requires:
Imager 0.54 or later.
Either:
SDK header files and libraries for Win32 support
and/or
X11 header files and libraries for X11 support.
and/or
OS X header files and libraries (supplied with Xcode)
A C compiler compatible with that used to build perl itself.Optional:
Perl/TkInstallation:
perl Makefile.PL
make
make test
make install
(nmake or dmake on Win32)Tested under:
- Win32 (VC++ 6.0)
- Win32 (mingw)
- Win32/X11 (cygwin as of Jan 1 2007)
- X11 (Debian Linux)
- Mac OS X 10.6.4.License:
Imager::Screenshot is distributed under the same terms as perl itself.
Warning: make test on X11 over a remote connection will be slow.