1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: scrot
Section: graphics
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 13),
autoconf-archive,
giblib-dev,
libimlib2-dev,
libtool,
libxcomposite-dev,
libxfixes-dev
Rules-Requires-Root: no
Homepage: https://github.com/resurrecting-open-source-projects/scrot
Vcs-Browser: https://salsa.debian.org/debian/scrot
Vcs-Git: https://salsa.debian.org/debian/scrot.git
Package: scrot
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: command line screen capture utility
scrot (SCReen shOT) is a simple command line screen capture
utility that uses imlib2 to grab and save images. Multiple
image formats are supported through imlib2's dynamic saver
modules.
.
Some features of the scrot:
- support to multiple image formats (JPG, PNG, GIF, etc.).
- optimization of the screen shots image quality.
- capture a specific window or a rectangular area on the
screen with the help of switch.
.
scrot also can be used to monitor a desktop PC in admin absent
and register unwanted activities.
|