package flash.display; @:final extern class PNGEncoderOptions { var fastCompression : Bool; function new(fastCompression : Bool = false) : Void; }