summaryrefslogtreecommitdiffstats
path: root/include/loadpng.h
diff options
context:
space:
mode:
authorJohny Mattsson <jmattsson@dius.com.au>2017-05-30 17:42:34 +1000
committerJohny Mattsson <jmattsson@dius.com.au>2017-05-30 17:42:34 +1000
commit55e6f6890acddfd8b415db8f92ebb7ea1a2d4166 (patch)
tree611d33fa5302fed2401895639590ad3d8b0fe7c7 /include/loadpng.h
parent222ed582c80640ba18b419e8276877bdc4662d75 (diff)
downloadqlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.tar.gz
qlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.tar.xz
qlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.zip
Initial import.
Diffstat (limited to 'include/loadpng.h')
-rw-r--r--include/loadpng.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/loadpng.h b/include/loadpng.h
new file mode 100644
index 0000000..cace43a
--- /dev/null
+++ b/include/loadpng.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2017 DiUS Computing Pty Ltd. All rights reserved.
+ *
+ * Released under GPLv3, see LICENSE for details.
+ *
+ * @author Johny Mattsson <jmattsson@dius.com.au>
+ */
+#ifndef _LOADPNG_H_
+#define _LOADPNG_H_
+
+#include "ql.h"
+
+ql_raster_image_t *loadpng(const char *path);
+
+#endif