Classes | Macros | Typedefs | Functions
pnm.h File Reference
#include <stdint.h>
Include dependency graph for pnm.h:
This graph shows which files directly or indirectly include this file:

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_tpnm_create_from_file (const char *path)
 
void pnm_destroy (pnm_t *pnm)
 

Macro Definition Documentation

◆ PNM_FORMAT_BINARY

#define PNM_FORMAT_BINARY   4

Definition at line 36 of file pnm.h.

◆ PNM_FORMAT_GRAY

#define PNM_FORMAT_GRAY   5

Definition at line 37 of file pnm.h.

◆ PNM_FORMAT_RGB

#define PNM_FORMAT_RGB   6

Definition at line 38 of file pnm.h.

Typedef Documentation

◆ pnm_t

typedef struct pnm pnm_t

Definition at line 42 of file pnm.h.

Function Documentation

◆ pnm_create_from_file()

pnm_t* pnm_create_from_file ( const char *  path)

Definition at line 34 of file pnm.c.

◆ pnm_destroy()

void pnm_destroy ( pnm_t pnm)

Definition at line 147 of file pnm.c.



apriltag
Author(s): Edwin Olson , Max Krogius
autogenerated on Mon Jun 26 2023 02:26:35