exr::compression::optimize_bytes

Function separate_bytes_fragments

Source
pub fn separate_bytes_fragments(source: &mut [u8])
Expand description

Separate the bytes such that the second half contains every other byte. This performs deinterleaving - the inverse of interleaving.