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