aboutsummaryrefslogtreecommitdiffstats
path: root/libtracebitmap.h.0
diff options
context:
space:
mode:
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)