From 226d807bb8bc0cdbc011b2e616ac02881e74c542 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Nov 2025 21:33:38 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libquanta_quantise.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libquanta_quantise.c (limited to 'libquanta_quantise.c') diff --git a/libquanta_quantise.c b/libquanta_quantise.c new file mode 100644 index 0000000..8d7c3e5 --- /dev/null +++ b/libquanta_quantise.c @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +struct libquanta_image * +libquanta_quantise(struct libquanta_palette *palette, ...) +{ + va_list args; + va_start(args, palette); + return libquanta_vquantise(palette, args); + va_end(args); +} -- cgit v1.2.3-70-g09d2