pub type ImgRgb<'a, A = u8> = ImageBuffer<Rgb<A>, &'a [A]>;
pub struct ImgRgb<'a, A = u8> { /* private fields */ }