From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- picopng_8hpp.html | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 picopng_8hpp.html (limited to 'picopng_8hpp.html') diff --git a/picopng_8hpp.html b/picopng_8hpp.html new file mode 100644 index 00000000..0bc26cb3 --- /dev/null +++ b/picopng_8hpp.html @@ -0,0 +1,119 @@ + + + + + + + +YAGE: include/YAGE/picopng.hpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
picopng.hpp File Reference
+
+
+
#include <vector>
+#include <cstdlib>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 yage
 Templated matrix class.
 
+ + + +

+Functions

int yage::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)
 
+
+
+ + + + -- cgit