cairo-blur
Apply a Gaussian blur to your Cairo ImageSurface.
let radius = 15;
let mut surf = create.expect;
blur_image_surface;
The code in this crate is a translation of the code here: https://www.cairographics.org/cookbook/blur.c/
Apply a Gaussian blur to your Cairo ImageSurface.
let radius = 15;
let mut surf = create.expect;
blur_image_surface;
The code in this crate is a translation of the code here: https://www.cairographics.org/cookbook/blur.c/