simage  1.8.3
Coin3D texture image library
Loading...
Searching...
No Matches
simage_xwd.h File Reference
#include <config.h>

Go to the source code of this file.

Functions

int simage_xwd_error (char *buffer, int bufferlen)
 
int simage_xwd_identify (const char *filename, const unsigned char *header, int headerlen)
 
unsigned char * simage_xwd_load (const char *filename, int *width, int *height, int *numcomponents)
 
int simage_xwd_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents)
 

Function Documentation

◆ simage_xwd_error()

int simage_xwd_error ( char * buffer,
int bufferlen )

◆ simage_xwd_identify()

int simage_xwd_identify ( const char * filename,
const unsigned char * header,
int headerlen )

◆ simage_xwd_load()

unsigned char * simage_xwd_load ( const char * filename,
int * width,
int * height,
int * numcomponents )

◆ simage_xwd_save()

int simage_xwd_save ( const char * filename,
const unsigned char * bytes,
int width,
int height,
int numcomponents )