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