24 #ifndef SIMAGE_TGA_SUPPORT 25 #error "This file should not be used under the current configuration!" 37 const unsigned char *header,
int simage_tga_error(char *buffer, int bufferlen)
Definition: simage_tga.c:52
unsigned char * simage_tga_load(const char *filename, int *width, int *height, int *numComponents)
Definition: simage_tga.c:220
int simage_tga_identify(const char *filename, const unsigned char *header, int headerlen)
Definition: simage_tga.c:388