pub fn draw_circle(
image: &VipsImage,
ink: &mut [f64],
cx: i32,
cy: i32,
radius: i32,
) -> Result<()>Expand description
VipsDrawCircle (draw_circle), draw a circle on an image
image: &VipsImage -> Image to draw on
ink: &mut [f64] -> Color for pixels
cx: i32 -> Centre of draw_circle
min: -1000000000, max: 1000000000, default: 0
cy: i32 -> Centre of draw_circle
min: -1000000000, max: 1000000000, default: 0
radius: i32 -> Radius in pixels
min: 0, max: 1000000000, default: 0