#include <config.h>
Go to the source code of this file.
|
int | simage_cgimage_error (char *textbuffer, int buffersize) |
|
int | simage_cgimage_identify (const char *filename, const unsigned char *header, int headerlen) |
|
unsigned char * | simage_cgimage_load (const char *filename, int *width, int *height, int *numcomponents) |
|
char * | simage_cgimage_get_savers (void) |
|
int | simage_cgimage_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext) |
|
◆ simage_cgimage_error()
int simage_cgimage_error |
( |
char * |
textbuffer, |
|
|
int |
buffersize |
|
) |
| |
◆ simage_cgimage_identify()
int simage_cgimage_identify |
( |
const char * |
filename, |
|
|
const unsigned char * |
header, |
|
|
int |
headerlen |
|
) |
| |
◆ simage_cgimage_load()
unsigned char* simage_cgimage_load |
( |
const char * |
filename, |
|
|
int * |
width, |
|
|
int * |
height, |
|
|
int * |
numcomponents |
|
) |
| |
◆ simage_cgimage_get_savers()
char* simage_cgimage_get_savers |
( |
void |
| ) |
|
◆ simage_cgimage_save()
int simage_cgimage_save |
( |
const char * |
filename, |
|
|
const unsigned char * |
bytes, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
numcomponents, |
|
|
const char * |
ext |
|
) |
| |