aboutsummaryrefslogtreecommitdiffstats
path: root/libquanta_quantise_wu.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-11-23 21:33:38 +0100
committerMattias Andrée <m@maandree.se>2025-11-23 21:33:38 +0100
commit226d807bb8bc0cdbc011b2e616ac02881e74c542 (patch)
treee35bcc0f0b2bad8abfbb5da6db5580a813ca48bc /libquanta_quantise_wu.3
downloadlibquanta-226d807bb8bc0cdbc011b2e616ac02881e74c542.tar.gz
libquanta-226d807bb8bc0cdbc011b2e616ac02881e74c542.tar.bz2
libquanta-226d807bb8bc0cdbc011b2e616ac02881e74c542.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libquanta_quantise_wu.3')
-rw-r--r--libquanta_quantise_wu.350
1 files changed, 50 insertions, 0 deletions
diff --git a/libquanta_quantise_wu.3 b/libquanta_quantise_wu.3
new file mode 100644
index 0000000..d7673e8
--- /dev/null
+++ b/libquanta_quantise_wu.3
@@ -0,0 +1,50 @@
+.TH LIBQUANTA_QUANTISE_WU 3 libquanta
+.SH NAME
+libquanta_quantise_wu \- Colour-quantise using Wu's Colour Quantiser
+
+.SH SYNPOSIS
+.nf
+#include <libquanta.h>
+
+struct libquanta_image *\fBlibquanta_quantise_wu\fP(struct libquanta_palette *\fIpalette\fP, ...);
+struct libquanta_image *\fBlibquanta_vquantise_wu\fP(struct libquanta_palette *\fIpalette\fP, va_list \fIargs\fP);
+.fi
+.PP
+Link with
+.I -lquanta
+.IR -lm .
+
+.SH DESCRIPTION
+The
+.BR libquanta_quantise_wu ()
+and
+.BR libquanta_vquantise_wu ()
+functions are variants of the
+.BR libquanta_quantise (3)
+and
+.BR libquanta_vquantise (3)
+functions. These variants always use
+Wu's Colour Quantiser.
+.PP
+See
+.BR libquanta_quantise (3)
+for more information.
+
+.SH RETURN VALUE
+See
+.BR libquanta_quantise (3).
+
+.SH ERRORS
+The
+.BR libquanta_quantise_wu ()
+and
+.BR libquanta_vquantise_wu ()
+functions may fail for any response
+specified for the
+.BR libquanta_quantise (3)
+function.
+
+.SH SEE ALSO
+.BR libquanta (7),
+.BR libquanta_quantise (3),
+.BR libquanta_malloc_palette (3)