Function read_rgb_image

Source
pub fn read_rgb_image(
    path: String,
    width: usize,
    height: usize,
) -> PyResult<Vec<u8>>