1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: vtgamma
Section: utils
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/kilobyte/vtgamma
Vcs-Browser: https://github.com/kilobyte/vtgamma/tree/debian
Vcs-Git: https://github.com/kilobyte/vtgamma -b debian
Package: vtgamma
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libgraphics-colorobject-perl
Multi-Arch: foreign
Description: gamma correction for terminals
This tool can apply gamma correction to Linux virtual terminals and many
graphical terminals. The correction can use either a single gamma value,
or separate ones for each color component (R/G/B).
|