#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pam.h"
#include "pnm.h"
#include "image_u8x4.h"
Go to the source code of this file.
◆ DEFAULT_ALIGNMENT_U8X4
      
        
          | #define DEFAULT_ALIGNMENT_U8X4   64 | 
      
 
 
◆ image_u8x4_copy()
◆ image_u8x4_create()
      
        
          | image_u8x4_t* image_u8x4_create | ( | unsigned int | width, | 
        
          |  |  | unsigned int | height | 
        
          |  | ) |  |  | 
      
 
 
◆ image_u8x4_create_alignment()
      
        
          | image_u8x4_t* image_u8x4_create_alignment | ( | unsigned int | width, | 
        
          |  |  | unsigned int | height, | 
        
          |  |  | unsigned int | alignment | 
        
          |  | ) |  |  | 
      
 
 
◆ image_u8x4_create_from_pam()
      
        
          | image_u8x4_t* image_u8x4_create_from_pam | ( | const char * | inpath | ) |  | 
      
 
 
◆ image_u8x4_create_from_pnm()
      
        
          | image_u8x4_t* image_u8x4_create_from_pnm | ( | const char * | path | ) |  | 
      
 
 
◆ image_u8x4_destroy()
◆ image_u8x4_write_pam()
      
        
          | void image_u8x4_write_pam | ( | const image_u8x4_t * | im, | 
        
          |  |  | const char * | path | 
        
          |  | ) |  |  | 
      
 
 
◆ image_u8x4_write_pnm()
      
        
          | int image_u8x4_write_pnm | ( | const image_u8x4_t * | imp, | 
        
          |  |  | const char * | path | 
        
          |  | ) |  |  |