UseTGAImageDecoder()

Syntax

UseTGAImageDecoder()
Description
Enables the TGA (Targa) image support for the CatchImage(), LoadImage(), CatchSprite() and LoadSprite() functions. 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.

Supported OS

All

<- UsePNGImageEncoder() - ImagePlugin Index - UseTIFFImageDecoder() ->