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