|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <config.h>Go to the source code of this file.
Functions | |
| unsigned char * | simage_tga_load (const char *filename, int *width, int *height, int *numComponents) |
| int | simage_tga_identify (const char *filename, const unsigned char *header, int headerlen) |
| int | simage_tga_error (char *buffer, int bufferlen) |
| unsigned char* simage_tga_load | ( | const char * | filename, |
| int * | width, | ||
| int * | height, | ||
| int * | numComponents | ||
| ) |
| int simage_tga_identify | ( | const char * | filename, |
| const unsigned char * | header, | ||
| int | headerlen | ||
| ) |
| int simage_tga_error | ( | char * | buffer, |
| int | bufferlen | ||
| ) |