Skip to main content

Module options

Module options 

Source
Expand description

Decoder and Encoder Options

This module exposes a struct for which all implemented decoders get shared options for decoding

All supported options are put into one _Options to allow for global configurations options e.g the same DecoderOption can be reused for all other decoders

Modules§

decoder 🔒
Global Decoder options
encoder 🔒

Structs§

DecoderOptions
Decoder options
EncoderOptions
Options shared by some of the encoders in the zune- family of image crates

Enums§

PngCompression
The type and strength of applied compression.