Skip to main content

Module run_length

Module run_length 

Source
Expand description

RunLengthDecode / RunLengthEncode filter and scanline decoder.

Mirrors PDFium’s BasicModule::RunLengthEncode(), BasicModule::CreateRunLengthDecoder(), and the internal RLScanlineDecoder.

Structs§

RunLengthScanlineDecoder
Scanline-based RunLength decoder.

Functions§

create_decoder
Create a scanline decoder for RunLength-encoded image data.
decode
Decode run-length encoded data.
encode
Encode data using run-length encoding.