aboutsummaryrefslogtreecommitdiff
path: root/jpg.h
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2020-09-20 12:20:46 +0200
committerDaniel Eklöf <daniel@ekloef.se>2020-09-20 12:21:01 +0200
commitd384b2b902b55f8de9fdbb826175711f4f61547f (patch)
treeefc7460032c23b5935f8e2dd8b3f1b7a4cfa526e /jpg.h
parent76a79eeac3f49abb048feeb3a8f349db1fc3adbc (diff)
downloadwbg-d384b2b902b55f8de9fdbb826175711f4f61547f.tar.gz
jpeg: initial support for JPEG images, using libjpeg
Diffstat (limited to 'jpg.h')
-rw-r--r--jpg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/jpg.h b/jpg.h
new file mode 100644
index 0000000..e61b8b2
--- /dev/null
+++ b/jpg.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <pixman.h>
+
+pixman_image_t *jpg_load(const char *path);