Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <simage.h>
Data Fields | |
unsigned char *(* | load_func )(const char *name, int *width, int *height, int *numcomponents) |
int(* | identify_func )(const char *filename, const unsigned char *header, int headerlen) |
int(* | error_func )(char *textbuffer, int bufferlen) |
Use the plugin interface described below for extending simage to handle more file formats
unsigned char*(* simage_plugin::load_func) (const char *name, int *width, int *height, int *numcomponents) |
int(* simage_plugin::identify_func) (const char *filename, const unsigned char *header, int headerlen) |
int(* simage_plugin::error_func) (char *textbuffer, int bufferlen) |