|
#include <PortablePicture.h>
Public Attributes | |
char | magicNumber |
Indicates file type. | |
int | width |
Width of the image in pixels. | |
int | height |
Height of the image in pixels. | |
bool | bAscii |
Whether the file is ascii, vs. binary. | |
double | maximum |
The maximum value for a color. This is 255 for ppm's, and 1 for pbm's. | |
int | numChannels |
Number of color channels. |
Definition at line 40 of file PortablePicture.h.