Function decode_header
pub fn decode_header(data: impl AsRef<[u8]>) -> Result<Header>
Decode the image header from a slice of bytes.
decode_headerpub fn decode_header(data: impl AsRef<[u8]>) -> Result<Header>
Decode the image header from a slice of bytes.