diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-18 23:18:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-18 23:18:48 +0200 |
commit | f33af8ecd7dae0b663b0eb99474d16403faaf4e1 (patch) | |
tree | 5f52730d71ef4a36d2c0641b6c77d81f4c3223a6 /libtracebitmap.7 | |
parent | Improve README (diff) | |
download | libtracebitmap-f33af8ecd7dae0b663b0eb99474d16403faaf4e1.tar.gz libtracebitmap-f33af8ecd7dae0b663b0eb99474d16403faaf4e1.tar.bz2 libtracebitmap-f33af8ecd7dae0b663b0eb99474d16403faaf4e1.tar.xz |
Add man pages1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libtracebitmap.7 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libtracebitmap.7 b/libtracebitmap.7 new file mode 100644 index 0000000..c84ce22 --- /dev/null +++ b/libtracebitmap.7 @@ -0,0 +1,12 @@ +.TH LIBTRACEBITMAP 7 LIBTRACEBITMAP +.SH NAME +libtracebitmap \- Bitmap vectorisation library +.SH DESCRIPTION +.B 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. +.SH SEE ALSO +.BR libtracebitmap.h (0), +.BR libtracebitmap_trace (3) |