pyref_core::loader

Function get_image

Source
pub fn get_image(
    image_data: &[u32],
    shape: (usize, usize),
) -> Result<Array2<u32>, PolarsError>