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