Function frame_into_u8

Source
pub fn frame_into_u8<T: Pixel>(
    frame: &Frame<T>,
    bit_depth: usize,
) -> Cow<'_, Frame<u8>>