Module exr::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ยง
- 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ยง
- div_p ๐
- mod_p ๐
- reverse_2_bytes ๐
- reverse_4_bytes ๐
Type Aliasesยง
- A byte vector.
- A byte slice.