UsePNGImageDecoder()

Syntax

UsePNGImageDecoder()
Description
Enables the PNG (Portable Network Graphic) image support for the CatchImage(), LoadImage(), CatchSprite() and LoadSprite() functions.

Parameters

None.

Return value

None.

Remarks

All formats are supported, including the progressive format. The PNG format is well known by web designers, as it is now one of the more popular formats. The PNG format makes use of non-destructive compression (lossless) which means that the picture does not lose any information when that picture is compressed. This is actually the best lossless compression algorithm available.

See Also

UsePNGImageEncoder(), LoadImage(), CatchImage(), LoadSprite(), CatchSprite()

Supported OS

All

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