Expand description
Image decoding module.
This module provides the image decoder implementation for decoding still
images (JPEG, PNG, BMP, TIFF, WebP) into VideoFrames.
Re-exports§
pub use async_decoder::AsyncImageDecoder;pub use builder::ImageDecoder;pub use builder::ImageDecoderBuilder;
Modules§
- async_
decoder - Async image decoder backed by
tokio::task::spawn_blocking. - builder
- Image decoder builder for constructing image decoders.
- decoder_
inner - Internal image decoder implementation using FFmpeg.