aboutsummaryrefslogtreecommitdiffstats
path: root/libquanta_vquantise.c
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_vquantise.c
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_vquantise.c')
-rw-r--r--libquanta_vquantise.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libquanta_vquantise.c b/libquanta_vquantise.c
new file mode 100644
index 0000000..eb97fac
--- /dev/null
+++ b/libquanta_vquantise.c
@@ -0,0 +1,9 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+
+struct libquanta_image *
+libquanta_vquantise(struct libquanta_palette *palette, va_list args)
+{
+ return libquanta_vquantise_wu(palette, args);
+}