#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | pnm |
Macros | |
#define | PNM_FORMAT_BINARY 4 |
#define | PNM_FORMAT_GRAY 5 |
#define | PNM_FORMAT_RGB 6 |
Typedefs | |
typedef struct pnm | pnm_t |
Functions | |
pnm_t * | pnm_create_from_file (const char *path) |
void | pnm_destroy (pnm_t *pnm) |