Function avif_parse::read_avif[][src]

pub fn read_avif<T: Read>(f: &mut T) -> Result<AvifData>
Expand description

Read the contents of an AVIF file

Metadata is accumulated and returned in AvifData struct,