UsePNGImageDecoder()

Syntax

UsePNGImageDecoder()
Description
Enables the PNG (Portable Network Graphic) image support for CatchImage(), LoadImage(), CatchSprite() and LoadSprite(). All formats are supported, including the progressive one. The PNG format is well known by web designers, as it's now one of the more popular formats. It uses non-destructive compression (lossless) which means that the picture doesn't lose any information when it's compressed. This is actually the best lossless compression algorithm available. The PNG alphachannel information (if any) is ignored for now.

Supported OS

Windows, Linux, MacOS X

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