C# Class BitMiracle.LibJpeg.Classic.Internal.jpeg_entropy_encoder

Entropy encoding
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
encode_mcu encode_mcu_delegate
finish_pass finish_pass_delegate

Public Methods

Method Description
start_pass ( bool gather_statistics ) : void

Method Details

start_pass() public abstract method

public abstract start_pass ( bool gather_statistics ) : void
gather_statistics bool
return void

Property Details

encode_mcu public_oe property

public encode_mcu_delegate encode_mcu
return encode_mcu_delegate

finish_pass public_oe property

public finish_pass_delegate finish_pass
return finish_pass_delegate