25#error "This file should not be used under the current configuration!"
38 const unsigned char * bytes,
44 const unsigned char *header,
int simage_gif_identify(const char *filename, const unsigned char *header, int headerlen)
Definition simage_gif.c:86
int simage_gif_error(char *buffer, int bufferlen)
Definition simage_gif.c:66
unsigned char * simage_gif_load(const char *filename, int *width, int *height, int *numComponents)
Definition simage_gif.c:136
int simage_gif_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
Definition simage_gif.c:291