![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
#include <config.h>
Go to the source code of this file.
Functions | |
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) |
int | simage_xwd_identify (const char *filename, const unsigned char *header, int headerlen) |
int | simage_xwd_error (char *buffer, int bufferlen) |
int simage_xwd_error | ( | char * | buffer, |
int | bufferlen | ||
) |
Referenced by add_internal_loaders().
int simage_xwd_identify | ( | const char * | filename, |
const unsigned char * | header, | ||
int | headerlen | ||
) |
Referenced by add_internal_loaders().
unsigned char* simage_xwd_load | ( | const char * | filename, |
int * | width, | ||
int * | height, | ||
int * | numcomponents | ||
) |
Referenced by add_internal_loaders().
int simage_xwd_save | ( | const char * | filename, |
const unsigned char * | bytes, | ||
int | width, | ||
int | height, | ||
int | numcomponents | ||
) |