pub type RgbImage = ImageBuffer<Rgb<u8>, Vec<u8>>;
Sendable Rgb image buffer
pub struct RgbImage { /* private fields */ }