Expand description
Streaming (incremental) decode API for large image decompression.
The StreamingDecoder trait allows feeding input data in chunks
and reading decompressed output incrementally, which is useful for
large inline images and progressive rendering.
Structs§
- DctStreaming
Decoder - Streaming decoder for DCTDecode (JPEG).
- Flate
Streaming Decoder - Streaming decoder for FlateDecode (zlib/deflate).
Enums§
- Streaming
Decoder Type - Types of filters that support streaming decode.
Traits§
- Streaming
Decoder - A streaming (incremental) decoder for PDF stream data.
Functions§
- create_
streaming_ decoder - Create a streaming decoder for the given filter type.