3Depict
|
#include <png.h>
Macros | |
#define | PNGREAD_H |
Functions | |
int | check_if_png (const char *, FILE **, unsigned int) |
int | read_png (FILE *, unsigned int, png_bytep **, png_uint_32 *, png_uint_32 *) |
void | free_pngrowpointers (png_bytep *row_pointers, png_uint_32 height) |
#define PNGREAD_H |
int check_if_png | ( | const char * | , |
FILE ** | , | ||
unsigned | int | ||
) |
void free_pngrowpointers | ( | png_bytep * | row_pointers, |
png_uint_32 | height | ||
) |
int read_png | ( | FILE * | , |
unsigned | int, | ||
png_bytep ** | , | ||
png_uint_32 * | , | ||
png_uint_32 * | |||
) |