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