gpt4 book ai didi

Inkscape 滤镜

转载 作者:行者123 更新时间:2023-12-02 19:47:28 27 4
gpt4 key购买 nike

我正在使用 Inkscape 0.91。我想使用 Filters -> ABC 的 Noise Transparency 效果,但此较高版本的 Inkscape 中不存在该效果。我在网上看到,在更高的版本中,可以通过使用“噪声填充”过滤器来实现“噪声透明度”效果,但它不能提供所需的结果。那么,应该用什么来实现呢?

最佳答案

我仍然使用 Inkscape 0.48,因此滤镜可用。

在我的/usr/share/inkscape/filters 文件夹中,有一个名为“filters.svg”的页面。

在里面我发现了这些行:

<filter id="f114" inkscape:label="Noise transparency" inkscape:menu="ABCs" inkscape:menu-tooltip="Basic noise transparency texture" color-interpolation-filters="sRGB">
<feTurbulence type="fractalNoise" numOctaves="5" baseFrequency="0.02" result="result1" />
<feComposite operator="in" in2="result1" result="result2" in="SourceGraphic" />
<feColorMatrix result="result3" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 3 -1 " in="result2" />
</filter>

也许您可以尝试将它们粘贴到您自己的“filter.svg”文件中,如果存在冲突,可能只需更改 id="f114" 即可。

之前不要忘记备份文件!

关于Inkscape 滤镜,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29658139/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com