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::DecompressShapeMismatchif thedecompressedarray is of a different shape than the SPERR header indicatesError::Otherif another error occurs inside SPERR