Function pnm::pgm::raw::decode_body_into

source ·
pub fn decode_body_into(x: &[u8], into: Uninit) -> Result<Output>
Expand description

Decodes the body of this image, placing it in the Uninit image.

If you wish to use this yourself, use decode_header to create an Uninit image, before passing it to decode_body_into.