aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/picopng.hpp
blob: 8fea4f0ddf3ec9de05545e198b98edfe3d388585 (plain)
1
2
3
4
5
6
7
8
9
#include <vector>
#include <cstdlib>

namespace yage
{

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);
    
} // yage