int TGAReadHeader(TGA* tga);
int TGAReadHeader
pointer to valid TGA structure
TGAReadHeader reads the image header. This function is normally called after TGAOpen and before any other library routine. Use TGAReadImage() instead.
It returns TGA_OK on success.