Skip to main content

read_header

Function read_header 

Source
pub fn read_header<B: BinaryReader>(
    reader: &mut B,
) -> Result<WebpHeader, Box<dyn Error>>
Expand description

Parses the RIFF container and returns raw chunk-oriented metadata.