Structs§
- Config
- Config
Builder - Builder for [crate::config::Config]. Should be used with the Default implementation
of [crate::config::Config].
If the default trait is not used with this builder, some settings may be inaccessible.
For example,
output_pathcan be set to some value, but not unset. - Format
Encoding Settings
Enums§
Functions§
- validate_
jpeg_ quality - Strictly speaking not necessary here since the responsible owners will validate the quality as well. However, by doing anyways it we can exit earlier.