pub fn unsparse<W: Writer, R: Reader>( source: &mut R, dest: &mut W, ) -> Result<()>
Reads a sparse image from source and expands it to its unsparsed representation in dest.
source
dest