[][src]Function avif_parse::read_avif

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

Read the contents of an AVIF file

Metadata is accumulated and returned in AvifData struct,