#include <config.h>
Go to the source code of this file.
|
unsigned char * | simage_tiff_load (const char *filename, int *width, int *height, int *numComponents) |
|
int | simage_tiff_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents) |
|
int | simage_tiff_identify (const char *filename, const unsigned char *header, int headerlen) |
|
int | simage_tiff_error (char *buffer, int bufferlen) |
|
void * | simage_tiff_open (const char *filename, int *width, int *height, int *numcomponents) |
|
void | simage_tiff_close (void *opendata) |
|
int | simage_tiff_read_line (void *opendata, int y, unsigned char *buf) |
|
◆ simage_tiff_load()
unsigned char* simage_tiff_load |
( |
const char * |
filename, |
|
|
int * |
width, |
|
|
int * |
height, |
|
|
int * |
numComponents |
|
) |
| |
◆ simage_tiff_save()
int simage_tiff_save |
( |
const char * |
filename, |
|
|
const unsigned char * |
bytes, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
numcomponents |
|
) |
| |
◆ simage_tiff_identify()
int simage_tiff_identify |
( |
const char * |
filename, |
|
|
const unsigned char * |
header, |
|
|
int |
headerlen |
|
) |
| |
◆ simage_tiff_error()
int simage_tiff_error |
( |
char * |
buffer, |
|
|
int |
bufferlen |
|
) |
| |
◆ simage_tiff_open()
void* simage_tiff_open |
( |
const char * |
filename, |
|
|
int * |
width, |
|
|
int * |
height, |
|
|
int * |
numcomponents |
|
) |
| |
◆ simage_tiff_close()
void simage_tiff_close |
( |
void * |
opendata | ) |
|
◆ simage_tiff_read_line()
int simage_tiff_read_line |
( |
void * |
opendata, |
|
|
int |
y, |
|
|
unsigned char * |
buf |
|
) |
| |