Inkscape 滤镜

标签 inkscape

我正在使用 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/

相关文章:

svg - 在 web 上的 html 中使用inkscape svg

MATLAB:如何不将绘图轴外的数据导出到 SVG

python - SVG 中嵌入的 SVG 质量很差(python、svgwrite)

svg - 在 Inkscape 中将 SVG 批量转换为 PNG 不起作用

python - 如何在不调整其内容大小的情况下使 SVG 图像的视口(viewport)变为正方形?

svg - 将 svg 从 Inkscape 导出到 Corel Draw

pdf - 将 PDF 文本转换为轮廓?

video - Inkscape:动画 SVG 到视频?

image - Inkscape - 未完全将 png 转换为 svg