From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- picopng_8h_source.html | 81 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 61 insertions(+), 20 deletions(-) (limited to 'picopng_8h_source.html') diff --git a/picopng_8h_source.html b/picopng_8h_source.html index e7aa21a8..cb95ce5a 100644 --- a/picopng_8h_source.html +++ b/picopng_8h_source.html @@ -3,22 +3,23 @@ - - + YAGE: yage/base/picopng.h Source File - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,40 @@
- + - - - - + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -85,17 +107,36 @@ $(document).ready(function(){initNavTree('picopng_8h_source.html','');});
picopng.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * picopng.h
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #include <cstdlib>
10 #include <vector>
11 
12 namespace yage
13 {
14 
15 extern int decodePNG(std::vector<unsigned char> &out_image,
16  unsigned long &image_width, unsigned long &image_height,
17  const unsigned char *in_png, size_t in_size,
18  bool convert_to_rgba32 = true);
19 
20 } // namespace yage
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)
Definition: picopng.cpp:34
-
Project namespace.
Definition: camera2d.cpp:13
+Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
+
2  * picopng.h
+
3  *
+
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+
5  * See file LICENSE for more details
+
6  * ----------------------------------------------------------------------------
+
7  */
+
8 
+
9 #include <cstdlib>
+
10 #include <vector>
+
11 
+
12 namespace yage
+
13 {
+
14 
+
15 extern int decodePNG(std::vector<unsigned char> &out_image,
+
16  unsigned long &image_width, unsigned long &image_height,
+
17  const unsigned char *in_png, size_t in_size,
+
18  bool convert_to_rgba32 = true);
+
19 
+
20 } // namespace yage
+
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)
Definition: picopng.cpp:34
-- cgit