24 #ifndef SIMAGE_RGB_SUPPORT 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_rgb_load(const char *filename, int *width, int *height, int *numcomponents)
Definition: simage_rgb.c:56
int simage_rgb_read_line(void *opendata, int y, unsigned char *buf)
Definition: simage_rgb.c:386
int simage_rgb_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
Definition: simage_rgb.c:93
void simage_rgb_close(void *opendata)
Definition: simage_rgb.c:304
int simage_rgb_error(char *buffer, int bufferlen)
Definition: simage_rgb.c:154
int simage_rgb_identify(const char *filename, const unsigned char *header, int headerlen)
Definition: simage_rgb.c:142
void * simage_rgb_open(const char *filename, int *width, int *height, int *numcomponents)
Definition: simage_rgb.c:229