diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-06 13:55:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-06 13:59:36 +0200 |
commit | e047ec28ef55bc5a2bb8b1790201e51d02eb5a12 (patch) | |
tree | 28f7dacb5d45dbe7aa252f53a18187208fc6464a /doc/info/chap/overview.texinfo | |
parent | Prepare for release (diff) | |
download | libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.gz libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.bz2 libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.xz |
Remove a much of stuff, change license, and add support for float and long double
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r-- | doc/info/chap/overview.texinfo | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo deleted file mode 100644 index 71321aa..0000000 --- a/doc/info/chap/overview.texinfo +++ /dev/null @@ -1,20 +0,0 @@ -@node Overview -@chapter Overview - -@command{libcolour} is colour space C library. -@command{libcolour} is used by including -the header @file{<libcolour.h>} and by linking -with @option{-lcolour}. - -@command{libcolour} provides conversion between -a large number of colour spaces, including many -different RGB colour spaces. It also supports -encode and non-encoded representations. -@command{libcolour} futhermore provides access -to custom RGB colour spaces. -@ignore -and custom arbitrary -additive and subtractive colour spaces, with -any number of primaries, as long as their -conversion to CIE XYZ is linear. -@end ignore |