[][src]Function gdl::presets::postcard

pub fn postcard(
    background_img: &DynamicImage,
    main_text: &str,
    _small_text: &str,
    width: u32,
    height: u32
) -> DynamicImage

Preset: Postcard-style image, featuring main text overlayed onto the image.

Arguments