UseTGAImageDecoder()
Syntax
UseTGAImageDecoder()Description
Enables the TGA (Targa) image support for the CatchImage(), LoadImage(), CatchSprite() and LoadSprite() functions.
Parameters
None.
Return value
None.
Remarks
The TGA format makes use of non-destructive compression (lossless) which means that the picture does not lose any information when it is compressed. The TGA image size is usually large, since the compression is very weak (Run Length Encoding - RLE). At this point, the TGA alpha channel information (if any) is ignored when using this format.
See Also
LoadImage(), CatchImage(), LoadSprite(), CatchSprite()
Supported OS
All