Skip to main content

Module builder

Module builder 

Source
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ยง

ImageDecoder
Decodes a single still image into a VideoFrame.
ImageDecoderBuilder
Builder for configuring and constructing an ImageDecoder.