Public Member Functions | |
Rep (const char *nm) | |
void | close () |
bool | closed () const |
void | onError (const std::string &msg) |
bool | isGray () const |
bool | isColor () const |
Public Attributes | |
const char * | filename |
FILE * | file |
png_structp | pngPtr |
png_infop | infoPtr |
png_infop | endPtr |
int | width |
int | height |
int | bitDepth |
png_byte | colorType |
int | rowBytes |
int | numChannels |
Definition at line 55 of file PngParser.C.