PGM image meta data. More...
#include <pgm.h>
Public Attributes | |
vl_size | height |
vl_bool | is_raw |
vl_size | max_value |
vl_size | width |
PGM image meta data.
A PGM image is a 2-D array of pixels of width width and height height. Each pixel is an integer one or two bytes wide, depending whether max_value is smaller than 256.