Function pwgraster::unpack_page [] [src]

pub fn unpack_page<R: Read, W: Write>(
    reader: &mut R,
    writer: &mut W,
    chunk_bytes: usize,
    bytes_per_line: usize,
    height: usize
) -> Result<(), StreamError>

Stream PWG image data from a reader to a writer

The reader must point to the image data found immediately after the header.