![]() |
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_rgb_load (const char *filename, int *width, int *height, int *numcomponents) |
int | simage_rgb_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents) |
int | simage_rgb_identify (const char *filename, const unsigned char *header, int headerlen) |
int | simage_rgb_error (char *buffer, int bufferlen) |
void * | simage_rgb_open (const char *filename, int *width, int *height, int *numcomponents) |
void | simage_rgb_close (void *opendata) |
int | simage_rgb_read_line (void *opendata, int y, unsigned char *buf) |
void simage_rgb_close | ( | void * | opendata | ) |
Referenced by add_internal_loaders().
int simage_rgb_error | ( | char * | buffer, |
int | bufferlen | ||
) |
Referenced by add_internal_loaders(), and add_internal_savers().
int simage_rgb_identify | ( | const char * | filename, |
const unsigned char * | header, | ||
int | headerlen | ||
) |
Referenced by add_internal_loaders().
unsigned char* simage_rgb_load | ( | const char * | filename, |
int * | width, | ||
int * | height, | ||
int * | numcomponents | ||
) |
Referenced by add_internal_loaders().
void* simage_rgb_open | ( | const char * | filename, |
int * | width, | ||
int * | height, | ||
int * | numcomponents | ||
) |
Referenced by add_internal_loaders().
int simage_rgb_read_line | ( | void * | opendata, |
int | y, | ||
unsigned char * | buf | ||
) |
Referenced by add_internal_loaders().
int simage_rgb_save | ( | const char * | filename, |
const unsigned char * | bytes, | ||
int | width, | ||
int | height, | ||
int | numcomponents | ||
) |
Referenced by add_internal_savers().