//! Encoding of AVIF images.
////// The [AVIF] specification defines an image derivative of the AV1 bitstream, an open video codec.
////// [AVIF]: https://aomediacodec.github.io/av1-avif/
#[cfg(feature ="avif-decoder")]pubuseself::decoder::AvifDecoder;#[cfg(feature ="avif-encoder")]pubuseself::encoder::{AvifEncoder, ColorSpace};#[cfg(feature ="avif-decoder")]moddecoder;#[cfg(feature ="avif-encoder")]modencoder;