final class PNGEncoderOptions
package openfl.display
The PNGEncoderOptions class defines a compression algorithm for the
openfl.display.BitmapData.encode()
method.
Constructor
Variables
fastCompression:Bool
Chooses compression speed over file size. Setting this property to true improves compression speed but creates larger files.