Function imageproc::drawing::draw_cross

source ·
pub fn draw_cross<I>(image: &I, color: I::Pixel, x: i32, y: i32) -> Image<I::Pixel>where
    I: GenericImage,
    I::Pixel: 'static,
Expand description

Draws a colored cross on an image. Handles coordinates outside image bounds.