[−][src]Function gdl::collage::two_grid_text
pub fn two_grid_text(
image: DynamicImage,
image2: DynamicImage,
width: u32,
height: u32
) -> DynamicImage
Four grid collage.
Arguments
img
- A mutable ref to a DynamicImage.img2
- A mutable ref to a DynamicImage.main_text
- Main heading for the graphic.width
- u32 - Desired width of final graphicheight
- u32 - Desired height of final graphic