From 65a150e7877af228fe05b9b22497709aa4f9133f Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Sun, 2 Oct 2022 22:49:05 -0500 Subject: webp: intial support for WebP images, using libwebp --- webp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 webp.h (limited to 'webp.h') diff --git a/webp.h b/webp.h new file mode 100644 index 0000000..2638cd2 --- /dev/null +++ b/webp.h @@ -0,0 +1,6 @@ +#pragma once + +#include +#include + +pixman_image_t *webp_load(FILE *fp, const char *path); -- cgit v1.2.3