[][src]Function gdl::collage::four_grid_center_square

pub fn four_grid_center_square(
    photon_img: &DynamicImage,
    photon_img2: &DynamicImage,
    photon_img3: &DynamicImage,
    photon_img4: &DynamicImage,
    text: &str,
    width: u32,
    height: u32
) -> DynamicImage

Four-image collage with a centre square containing text.

Arguments