25#error "This file should not be used under the current configuration!"
37 const unsigned char * bytes,
43 const unsigned char * header,
int simage_jpeg_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
Definition simage_jpeg.c:297
int simage_jpeg_error(char *textbuffer, int buffersize)
Definition simage_jpeg.c:61
int simage_jpeg_identify(const char *filename, const unsigned char *header, int headerlen)
Definition simage_jpeg.c:109
unsigned char * simage_jpeg_load(const char *filename, int *width, int *height, int *numcomponents)
Definition simage_jpeg.c:133