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,
unsigned char * simage_jasper_load(const char *filename, int *width, int *height, int *numComponents)
int simage_jasper_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
void simage_jasper_close(void *opendata)
int simage_jasper_read_line(void *opendata, int y, unsigned char *buf)
int simage_jasper_identify(const char *filename, const unsigned char *header, int headerlen)
int simage_jasper_error(char *buffer, int bufferlen)
void * simage_jasper_open(const char *filename, int *width, int *height, int *numcomponents)