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