Expand description
RunLengthDecode / RunLengthEncode filter and scanline decoder.
Mirrors PDFium’s BasicModule::RunLengthEncode(),
BasicModule::CreateRunLengthDecoder(), and the internal
RLScanlineDecoder.
Structs§
- RunLength
Scanline Decoder - 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.