#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "pnm.h"
Go to the source code of this file.
◆ 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 | ) |  |