Module exr::compression::optimize_bytes
source · Expand description
A collection of functions used to prepare data for compression.
Constants§
Functions§
- Integrate over all differences to the previous value in order to reconstruct sample values.
- Interleave the bytes such that the second half of the array is every other byte.
- Derive over all values in order to produce differences to the previous value.
- Separate the bytes such that the second half contains every other byte. This performs deinterleaving - the inverse of interleaving.