aboutsummaryrefslogtreecommitdiffstats
path: root/libquanta_quantise_wu.3
blob: d7673e804836b438bd8d19dc8f1b5093636f349b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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)