pub fn decompress_into_3d<T: Element>(
compressed: &[u8],
decompressed: ArrayViewMut3<'_, T>,
) -> Result<(), Error>
Expand description
Decompress a 3d SPERR-compressed compressed
buffer into the decompressed
array.
ยงErrors
Errors with
Error::DecompressShapeMismatch
if thedecompressed
array is of a different shape than the SPERR header indicatesError::Other
if another error occurs inside SPERR