pub fn rgbimage_from_u8_slice(w: u32, h: u32, buff: &[u8]) -> Option<RgbImage>