UseTGAImageDecoder()
Syntax
UseTGAImageDecoder()Description
Enables the TGA (Targa) image support for CatchImage(), LoadImage(), CatchSprite() and LoadSprite(). The TGA format uses non-destructive compression (lossless) which means that the picture doesn't lose any information when it's compressed. The TGA image size is usually big, as the compression is very weak (Run Length Encoding - RLE). This format is mostly used in 3D software, because of its build-in alphachannel. The TGA alphachannel information (if any) is ignored for now.
Supported OS
Windows, Linux, MacOS X