#include <config.h>
Go to the source code of this file.
|
| unsigned char * | simage_qimage_load (const char *filename, int *width, int *height, int *numcomponents) |
| |
| char * | simage_qimage_get_savers (void) |
| |
| int | simage_qimage_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext) |
| |
| int | simage_qimage_identify (const char *filename, const unsigned char *header, int headerlen) |
| |
| int | simage_qimage_error (char *textbuffer, int buffersize) |
| |
◆ simage_qimage_load()
| unsigned char* simage_qimage_load |
( |
const char * |
filename, |
|
|
int * |
width, |
|
|
int * |
height, |
|
|
int * |
numcomponents |
|
) |
| |
◆ simage_qimage_get_savers()
| char* simage_qimage_get_savers |
( |
void |
| ) |
|
◆ simage_qimage_save()
| int simage_qimage_save |
( |
const char * |
filename, |
|
|
const unsigned char * |
bytes, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
numcomponents, |
|
|
const char * |
ext |
|
) |
| |
◆ simage_qimage_identify()
| int simage_qimage_identify |
( |
const char * |
filename, |
|
|
const unsigned char * |
header, |
|
|
int |
headerlen |
|
) |
| |
◆ simage_qimage_error()
| int simage_qimage_error |
( |
char * |
textbuffer, |
|
|
int |
buffersize |
|
) |
| |