PandA-2024.02
|
Go to the source code of this file.
Functions | |
void | load_image_data (const char *file_name, unsigned char *image1, unsigned int *x_size1, unsigned int *y_size1) |
void | save_image_data (const char *file_name, unsigned char *image2, unsigned int x_size2, unsigned int y_size2) |
void load_image_data | ( | const char * | file_name, |
unsigned char * | image1, | ||
unsigned int * | x_size1, | ||
unsigned int * | y_size1 | ||
) |
Definition at line 9 of file mypgm.c.
References MAX_BRIGHTNESS, MAX_BUFFERSIZE, MAX_IMAGESIZE, NULL, and x.
Referenced by main().
void save_image_data | ( | const char * | file_name, |
unsigned char * | image2, | ||
unsigned int | x_size2, | ||
unsigned int | y_size2 | ||
) |
Definition at line 76 of file mypgm.c.
References MAX_BRIGHTNESS, MAX_IMAGESIZE, and x.
Referenced by main().