GsGetTimInfo

Gets TIM data header

void GsGetTimInfo (
        u_long *tim,
        GsIMAGE *im
)

Arguments

tim Pointer to TIM data header
im Pointer to result image structure

Return Value

None.

Explanation

Information obtained from the TIM data header pointed to by tim is placed in the GsIMAGE structure pointed to by im.
TIM data begins at the address after the ID, which is 4 bytes after the start of the TIM file.
For a description of the TIM file format, please refer to the Net Yaroze Members' Web site.

See Also

GsIMAGE