我正在使用Inkscape 0.91。我想使用过滤器,-> ABC的噪音透明度效果,但它并不存在于这个更高版本的Inkscape。我在网上读到,在较高版本中,“噪声透明”效果可以通过使用“噪声填充”过滤器来实现,但它并没有提供所需的结果。那么,应该用什么来做呢?
发布于 2015-04-15 19:57:52
我仍然使用Inkscape 0.48,所以过滤器是可用的。
在我的/usr/share/inkscape/filter文件夹中,有一个名为«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"。
别忘了备份你的文件,在此之前!
发布于 2016-09-22 03:30:05
他们在这里-只是重组而已。请参阅https://answers.launchpad.net/inkscape/+question/264535
https://stackoverflow.com/questions/29658139
复制相似问题