diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 14:23:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 14:23:59 +0100 |
commit | 393436c7c8a0becee6c02d7b5438ba44452dc76d (patch) | |
tree | c57c96146ce98874e7adf3c53acff33a34461b03 /doc/info/chap/overview.texinfo | |
parent | m (diff) | |
download | libclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.gz libclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.bz2 libclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.xz |
info: brief description
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | doc/info/chap/overview.texinfo | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index 31c91a1..869e735 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -1,5 +1,13 @@ @node Overview @chapter Overview -@command{libclut} +@command{libclut} is C library for manipulating colour +lookup tables. @command{libclut} is used by including +the header @file{<libclut.h>}. Some functionality also +requires that the objects be linked with @option{-lclut}. + +@command{libclut} is designed to work well with +@command{libgamma}, but does not require that +@command{libgamma} is used for any of its [@command{libclut}'s] +functionality. |