aboutsummaryrefslogtreecommitdiffstats
path: root/include/yage/pico_png.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/yage/pico_png.hpp')
-rw-r--r--include/yage/pico_png.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/yage/pico_png.hpp b/include/yage/pico_png.hpp
new file mode 100644
index 00000000..ef123573
--- /dev/null
+++ b/include/yage/pico_png.hpp
@@ -0,0 +1,4 @@
+#include <vector>
+#include <cstdlib>
+
+extern int decodePNG(std::vector<unsigned char> &out_image, unsigned long &image_width, unsigned long &image_height, const unsigned char *in_png, size_t in_size, bool convert_to_rgba32 = true);