36#define PNM_FORMAT_BINARY 4
37#define PNM_FORMAT_GRAY 5
38#define PNM_FORMAT_RGB 6
pnm_t * pnm_create_from_file(const char *path)
void pnm_destroy(pnm_t *pnm)
int height
Definition pnm.h:45
uint8_t * buf
Definition pnm.h:50
uint32_t buflen
Definition pnm.h:49
int width
Definition pnm.h:45
int format
Definition pnm.h:46
int max
Definition pnm.h:47