simage  1.8.3
Coin3D texture image library
Loading...
Searching...
No Matches
simage_plugin Struct Reference

#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)
 

Detailed Description

Use the plugin interface described below for extending simage to handle more file formats

Field Documentation

◆ error_func

int(* simage_plugin::error_func) (char *textbuffer, int bufferlen)

◆ identify_func

int(* simage_plugin::identify_func) (const char *filename, const unsigned char *header, int headerlen)

◆ load_func

unsigned char *(* simage_plugin::load_func) (const char *name, int *width, int *height, int *numcomponents)

The documentation for this struct was generated from the following file: