simage
1.8.3
Coin3D texture image library
|
#include <simage.h>
Data Fields | |
int(* | error_func )(char *textbuffer, int bufferlen) |
int(* | identify_func )(const char *filename, const unsigned char *header, int headerlen) |
unsigned char *(* | load_func )(const char *name, int *width, int *height, int *numcomponents) |
Use the plugin interface described below for extending simage to handle more file formats
int(* simage_plugin::error_func) (char *textbuffer, int bufferlen) |
int(* simage_plugin::identify_func) (const char *filename, const unsigned char *header, int headerlen) |
unsigned char *(* simage_plugin::load_func) (const char *name, int *width, int *height, int *numcomponents) |