UsePNGImageEncoder()
Syntax
UsePNGImageEncoder()Description
Enables the PNG (Portable Network Graphic) image support for SaveImage() and SaveSprite(). 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