diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 01:32:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 01:32:40 +0200 |
commit | 694782cdcfe02662332168e9d5ebfcbcaef99143 (patch) | |
tree | fe10d23ba7845874ed1a3b21177dda32eec682c6 /README | |
parent | add license and copying (diff) | |
download | libgamma-694782cdcfe02662332168e9d5ebfcbcaef99143.tar.gz libgamma-694782cdcfe02662332168e9d5ebfcbcaef99143.tar.bz2 libgamma-694782cdcfe02662332168e9d5ebfcbcaef99143.tar.xz |
add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +libgamma is a library that aims to abstract away the +display server when adjustmenting the colours curves +for monitors via gamma ramps. + +It pricipal goal of libgamma is to provide abstraction +know that we are entering a world of multiple display +servers and reduce code duplication both within and +between software like redshift and blueshift. + |