Module compression

Source
Expand description

Contains the compression attribute definition and methods to compress and decompress data.

Modulesยง

b44 ๐Ÿ”’
optimize_bytes ๐Ÿ”’
A collection of functions used to prepare data for compression.
piz ๐Ÿ”’
The PIZ compression method is a wavelet compression, based on the PIZ image format, customized for OpenEXR.
pxr24 ๐Ÿ”’
Lossy compression for F32 data, but lossless compression for U32 and F16 data.
rle ๐Ÿ”’
zip ๐Ÿ”’

Enumsยง

Compression
Specifies which compression method to use. Use uncompressed data for fastest loading and writing speeds. Use RLE compression for fast loading and writing with slight memory savings. Use ZIP compression for slow processing with large memory savings.

Functionsยง

convert_current_to_little_endian ๐Ÿ”’
convert_little_endian_to_current ๐Ÿ”’
div_p ๐Ÿ”’
mod_p ๐Ÿ”’
reverse_2_bytes ๐Ÿ”’
reverse_4_bytes ๐Ÿ”’
reverse_block_endianness ๐Ÿ”’

Type Aliasesยง

ByteVec
A byte vector.
Bytes
A byte slice.