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 builder::ImageDecoder;
pub use builder::ImageDecoderBuilder;

Modules§

builder
Image decoder builder for constructing image decoders.
decoder_inner
Internal image decoder implementation using FFmpeg.