开罗的边界模糊

发布于 2024-11-19 07:54:11 字数 208 浏览 6 评论 0原文

使用 Cairo API 绘制模糊矩形边框的正确方法是什么?我正在为 Shotwell 编写一个补丁,以向缩略图视图中的缩略图添加模糊阴影。

现在我正在尝试手动模糊。

What is proper way to draw a blurred rectangular border using the Cairo API? I am writing a patch for Shotwell to add a blurred shadow to the thumbnails in the thumbnail view.

For now I am experimenting with manual blurring.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹎☆浅夏丿初晴 2024-11-26 07:54:11

我最终用线性和径向渐变绘制了边界。

这是一个小的可视化。这些线代表线性梯度,0 代表径向梯度。

        0
        |
        |
 0------0

I ended up drawing the border with linear and radial gradients.

Here is a small visualization. The lines symbolize the linear grandients and the 0 the radial gradients.

        0
        |
        |
 0------0
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文