Function sparse::unsparse

source ·
pub fn unsparse<W: Writer, R: Reader>(
    source: &mut R,
    dest: &mut W
) -> Result<()>
Expand description

Reads a sparse image from source and expands it to its unsparsed representation in dest.