stbi_tga_info_from_memory
extern int stbi_tga_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp);
if (stbi_tga_info_from_memory(buffer, len, x, y, comp))