BitMiracle.LibJpeg.Classic.Internal.jpeg_entropy_encoder.start_pass C# (CSharp) Method

start_pass() public abstract method

public abstract start_pass ( bool gather_statistics ) : void
gather_statistics bool
return void
        public abstract void start_pass(bool gather_statistics);
    }
jpeg_entropy_encoder