[][src]Function nannou::image::imageops::overlay

pub fn overlay<I>(bottom: &mut I, top: &I, x: u32, y: u32) where
    I: GenericImage

Overlay an image at a given coordinate (x, y)