My Project
 
Loading...
Searching...
No Matches
picoPNG.h File Reference
#include <vector>
Include dependency graph for picoPNG.h:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ decodePNG()

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 )
extern