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.h | |
parent | Improve README (diff) | |
download | libtracebitmap-58b4a12bcad987027161095b1442efec7621b712.tar.gz libtracebitmap-58b4a12bcad987027161095b1442efec7621b712.tar.bz2 libtracebitmap-58b4a12bcad987027161095b1442efec7621b712.tar.xz |
Add man pages1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libtracebitmap.h.0 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libtracebitmap.h.0 b/libtracebitmap.h.0 new file mode 100644 index 0000000..f13b4df --- /dev/null +++ b/libtracebitmap.h.0 @@ -0,0 +1,36 @@ +.TH LIBTRACEBITMAP.H 0 LIBTRACEBITMAP +.SH NAME +libtracebitmap.h \- Bitmap vectorisation library header +.SH SYNOPSIS +.nf +#include <libtracebitmap.h> +.fi +.PP +Link with +.IR -ltracebitmap . +.SH DESCRIPTION +The +.B <libtracebitmap.h> +header file defines structures, macros, and functions for +vectorising bitmaps into horizontal and vertical vectors. +.PP +This header defines the following function: +.TP +.BR libtracebitmap_trace (3) +Vectorise a bitmap. +.PP +This header defines the following structures: +.TP +.B struct libtracebitmap_bitmap +Bitmap image with size information. +.PP +This header defines the following value macros: +.TP +.B LIBTRACEBITMAP_INK_OFF +Ink-off value (display background) for bitmap pixels. +.TP +.B LIBTRACEBITMAP_INK_ON +Ink-on value (display foreground) for bitmap pixels. +.SH SEE ALSO +.BR libtracebitmap (7), +.BR libtracebitmap_trace (3) |