2 个版本
0.1.1 | 2023 年 8 月 8 日 |
---|---|
0.1.0 | 2023 年 8 月 7 日 |
#829 in 图像
84 每月下载量
7KB
104 代码行
cairo-blur
对您的 Cairo ImageSurface 应用高斯模糊。
let radius = 15;
let mut surf = cairo::ImageSurface::create(Format::ARgb32, 200, 100).expect("Couldn’t create surface");
cairo_blur::blur_image_surface(&mut surf, radius);
此 crate 中的代码是对以下代码的翻译: https://www.cairographics.org/cookbook/blur.c/
依赖项
~0.8–1.6MB
~38K SLoC