Expand description
Image decoder builder for constructing image decoders.
This module provides the ImageDecoderBuilder type which enables fluent
configuration of image decoders. Use ImageDecoder::open() to start building.
Structsยง
- Image
Decoder - Decodes a single still image into a
VideoFrame. - Image
Decoder Builder - Builder for configuring and constructing an
ImageDecoder. - Image
Frame Iterator - Iterator over the decoded image frame.