1
2
3
pub trait ImageImageExt {
    fn image_rgbaimage(&self) -> &::image::RgbaImage;
}