TGAReadImageId

Name

TGAReadImageId -- read image id

Synopsis

int TGAReadImageId(TGA* tga, tbyte** id);

Arguments

tga

pointer to valid TGA structure

id

reference to a NULL pointer that will hold the id data

Description

It returns TGA_OK on success.

Use TGAReadImage() instead.