UseJPEGImageEncoder()
Syntax
UseJPEGImageEncoder()Description
Enables the JPEG (Joint Picture Expert Group) image support for SaveImage() and SaveSprite(). The JPEG format uses destructive compression (lossy) which means that the picture loses more or less of its original information when it's compressed. This is actually one of the best lossy compression algorithms available, which can dramatically decrease the image size without lots of visible artifacts.
Supported OS
Windows, Linux, MacOS X