Expand description
EBCC codec implementation for the numcodecs API.
Structs§
- Ebcc
Codec - Codec providing compression using EBCC.
- Ebcc
Coding Error - Opaque error for when encoding or decoding with EBCC fails
- Ebcc
Header Error - Opaque error for when encoding or decoding the header fails
- Ebcc
Slice Error - Opaque error for when encoding or decoding a 3D slice fails
- Positive
- Positive floating point number
Enums§
- Ebcc
Codec Error - Errors that may occur when applying the
EbccCodec. - Ebcc
Residual Type - Residual compression types supported by EBCC.
Functions§
- compress
- Compress the
dataarray using EBCC with the providedresidualandbase_cr. - decompress
- Decompress the
encodeddata into an array using EBCC. - decompress_
into - Decompress the
encodeddata into thedecodedarray using EBCC.