Skip to main content

split

Function split 

Source
pub fn split(
    mosaic: &[u8],
    width: u32,
    height: u32,
    bytes_per_sample: usize,
) -> Result<Planes>
Expand description

Split a mosaic into four sub-planes.