diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-18 22:24:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-18 22:24:15 +0200 |
commit | b8f6cd0810ea311f71576f7954ba24e1f6e42b9d (patch) | |
tree | 4b4671486b099fe5ffa2e5c95c916beab5163125 | |
parent | Add documentation to the header file (diff) | |
download | libtracebitmap-b8f6cd0810ea311f71576f7954ba24e1f6e42b9d.tar.gz libtracebitmap-b8f6cd0810ea311f71576f7954ba24e1f6e42b9d.tar.bz2 libtracebitmap-b8f6cd0810ea311f71576f7954ba24e1f6e42b9d.tar.xz |
Improve README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,2 +1,12 @@ -Library for tracing bitmaps (black-and-white pictures) into vectors. -This is primarily intented for converting bitmap fonts into vector fonts. +NAME + libtracebitmap - Bitmap vectorisation library + +DESCRIPTION + libtracebitmap is a C library for tracing bitmaps + (monochrome raster images) into vectors, and is + primarily intented for converting bitmap fonts into + vector fonts, and will therefore only create horizontal + and vertical vectors. + +SEE ALSO + None. |