Inkscape 过滤器
Inkscape Filters
我正在使用 Inkscape 0.91。我想使用 Filters -> ABC's Noise Transparency effect 但它不存在于这个更高版本的 Inkscape 中。我在网上看到,在更高版本中,使用 "Noise fill" 过滤器可以实现 "Noise Transparency" 效果,但它没有提供所需的结果。
那么,应该使用什么?
我还在用 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"
。
之前不要忘记备份文件!
它们存在 - 刚刚重组。
参见 https://answers.launchpad.net/inkscape/+question/264535
我正在使用 Inkscape 0.91。我想使用 Filters -> ABC's Noise Transparency effect 但它不存在于这个更高版本的 Inkscape 中。我在网上看到,在更高版本中,使用 "Noise fill" 过滤器可以实现 "Noise Transparency" 效果,但它没有提供所需的结果。 那么,应该使用什么?
我还在用 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"
。
之前不要忘记备份文件!
它们存在 - 刚刚重组。 参见 https://answers.launchpad.net/inkscape/+question/264535