diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-12 15:52:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-12 15:52:30 +0200 |
commit | 99424ed61fd8ed196d0146b19cbadab59626e227 (patch) | |
tree | 9170fb63a90920905ba80f00ddd6ee2bd3b60933 /README | |
parent | Some basic functionality (not tested) (diff) | |
download | libslim-99424ed61fd8ed196d0146b19cbadab59626e227.tar.gz libslim-99424ed61fd8ed196d0146b19cbadab59626e227.tar.bz2 libslim-99424ed61fd8ed196d0146b19cbadab59626e227.tar.xz |
Add README
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +NAME + libslim - A simple image manipulation C library + +DESCRIPTION + libslim is a simple library that provides type-generic + macros for manipulating images. + +SEE ALSO + libcolour(7) |