#include <stdint.h>
#include "image_types.h"
 
Go to the source code of this file.
◆ 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 * |           path | ) | 
           | 
        
      
 
 
◆ 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 * |           im,  | 
        
        
           | 
           | 
          const char * |           path ) |