#include <PNGLoader.h>
Static Public Member Functions | |
| static unsigned char * | Load (const string &Filename, unsigned int &w, unsigned int &h, PixelFormat &p) |
| A utility for loading png files and returns the raw pixel data. | |
| static void | Save (const string &Filename, unsigned int w, unsigned int h, PixelFormat p, unsigned char *) |
Definition at line 32 of file PNGLoader.h.
| unsigned char * PNGLoader::Load | ( | const string & | Filename, | |
| unsigned int & | w, | |||
| unsigned int & | h, | |||
| PixelFormat & | p | |||
| ) | [static] |
A utility for loading png files and returns the raw pixel data.
Definition at line 23 of file PNGLoader.cpp.
| void PNGLoader::Save | ( | const string & | Filename, | |
| unsigned int | w, | |||
| unsigned int | h, | |||
| PixelFormat | p, | |||
| unsigned char * | ||||
| ) | [static] |
Definition at line 74 of file PNGLoader.cpp.
1.5.1