Function pnm::pam::decode_inner

source ·
pub unsafe fn decode_inner(
    x: &[u8],
    into: *mut u8,
    header: PAMHeader
) -> Result<usize>
Expand description

Decodes this pam image’s body, placing it in the raw pointer.

§Safety

buffer must have size bytes of space.