Skip to main content

Module image

Module image 

Source
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.