1 #ifndef _SIMAGE_JASPER_H_     2 #define _SIMAGE_JASPER_H_    25 #error "This file should not be used under the current configuration!"    37                          const unsigned char * bytes,
    42                              const unsigned char * header,
 char * filename
Definition: stream.c:38
int simage_jasper_read_line(void *opendata, int y, unsigned char *buf)
int simage_jasper_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
int simage_jasper_error(char *buffer, int bufferlen)
void * simage_jasper_open(const char *filename, int *width, int *height, int *numcomponents)
int simage_jasper_identify(const char *filename, const unsigned char *header, int headerlen)
unsigned char * simage_jasper_load(const char *filename, int *width, int *height, int *numComponents)
void simage_jasper_close(void *opendata)