3Depict
|
Functions | |
int | check_if_png (const char *file_name, FILE **fp, unsigned int bytes_to_check) |
int | read_png (FILE *fp, unsigned int sig_read, png_bytep **row_pointers, png_uint_32 *width, png_uint_32 *height) |
void | free_pngrowpointers (png_bytep *row_pointers, png_uint_32 height) |
int check_if_png | ( | const char * | file_name, |
FILE ** | fp, | ||
unsigned int | bytes_to_check | ||
) |
void free_pngrowpointers | ( | png_bytep * | row_pointers, |
png_uint_32 | height | ||
) |
int read_png | ( | FILE * | fp, |
unsigned int | sig_read, | ||
png_bytep ** | row_pointers, | ||
png_uint_32 * | width, | ||
png_uint_32 * | height | ||
) |