pub fn draw_cross<I>( image: &I, color: I::Pixel, x: i32, y: i32, ) -> Image<I::Pixel>where I: GenericImage,
Draws a colored cross on a new copy of an image.
Handles coordinates outside image bounds.