aboutsummaryrefslogtreecommitdiffstats
path: root/libtracebitmap.h.0
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-18 23:18:48 +0200
committerMattias Andrée <maandree@kth.se>2022-07-18 23:18:48 +0200
commitf33af8ecd7dae0b663b0eb99474d16403faaf4e1 (patch)
tree5f52730d71ef4a36d2c0641b6c77d81f4c3223a6 /libtracebitmap.h.0
parentImprove README (diff)
downloadlibtracebitmap-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 'libtracebitmap.h.0')
-rw-r--r--libtracebitmap.h.036
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)