Functions
image_u8x4.h File Reference
#include <stdint.h>
#include "image_types.h"
Include dependency graph for image_u8x4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

image_u8x4_timage_u8x4_copy (const image_u8x4_t *in)
 
image_u8x4_timage_u8x4_create (unsigned int width, unsigned int height)
 
image_u8x4_timage_u8x4_create_alignment (unsigned int width, unsigned int height, unsigned int alignment)
 
image_u8x4_timage_u8x4_create_from_pam (const char *path)
 
image_u8x4_timage_u8x4_create_from_pnm (const char *path)
 
void image_u8x4_destroy (image_u8x4_t *im)
 
void image_u8x4_write_pam (const image_u8x4_t *im, const char *path)
 
int image_u8x4_write_pnm (const image_u8x4_t *im, const char *path)
 

Function Documentation

◆ image_u8x4_copy()

image_u8x4_t* image_u8x4_copy ( const image_u8x4_t in)

Definition at line 63 of file image_u8x4.c.

◆ image_u8x4_create()

image_u8x4_t* image_u8x4_create ( unsigned int  width,
unsigned int  height 
)

Definition at line 41 of file image_u8x4.c.

◆ image_u8x4_create_alignment()

image_u8x4_t* image_u8x4_create_alignment ( unsigned int  width,
unsigned int  height,
unsigned int  alignment 
)

Definition at line 46 of file image_u8x4.c.

◆ image_u8x4_create_from_pam()

image_u8x4_t* image_u8x4_create_from_pam ( const char *  path)

Definition at line 86 of file image_u8x4.c.

◆ image_u8x4_create_from_pnm()

image_u8x4_t* image_u8x4_create_from_pnm ( const char *  path)

Definition at line 123 of file image_u8x4.c.

◆ image_u8x4_destroy()

void image_u8x4_destroy ( image_u8x4_t im)

Definition at line 76 of file image_u8x4.c.

◆ image_u8x4_write_pam()

void image_u8x4_write_pam ( const image_u8x4_t im,
const char *  path 
)

Definition at line 217 of file image_u8x4.c.

◆ image_u8x4_write_pnm()

int image_u8x4_write_pnm ( const image_u8x4_t im,
const char *  path 
)

Definition at line 181 of file image_u8x4.c.



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