25#error "This file should not be used under the current configuration!"
37 const unsigned char * bytes,
42 const unsigned char * header,
unsigned char * simage_png_load(const char *filename, int *width, int *height, int *numComponents)
Definition simage_png.c:135
int simage_png_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
Definition simage_png.c:296
int simage_png_identify(const char *filename, const unsigned char *header, int headerlen)
Definition simage_png.c:92
int simage_png_error(char *buffer, int bufferlen)
Definition simage_png.c:65