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.
pub fn read_header<B: BinaryReader>(
reader: &mut B,
) -> Result<WebpHeader, Box<dyn Error>>Parses the RIFF container and returns raw chunk-oriented metadata.