Issue with filters

Post questions on how to use or achieve an effect in Inkscape.
Naftran
Posts: 2
Joined: Sat Feb 18, 2017 12:55 am

Issue with filters

Postby Naftran » Sat Feb 18, 2017 1:37 am

I'm having a problem with filters appearing very exaggerated when applied to an object.
For example, the pressed steel filter makes a circle appear very squashed and undefined (see attached picture). Is there a particular method I should be using to prevent this from happening? The best way I have found is to play around with the filter settings in the editor but surely there is a better way around this?
Attachments
pressedsteel.png
pressedsteel.png (68.65 KiB) Viewed 1604 times

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Issue with filters

Postby Lazur » Sat Feb 18, 2017 6:18 am

Hi.

Personally I'm not using the built in filters. Don't know how it would be possible adjusting the built in filters and storing them as originals, but there is a way to add custom ones to the list.
What effect are you after?

(On a side note some self advertising on my custom made filter packs.)

ShawnWDion
Posts: 70
Joined: Fri Apr 22, 2016 8:32 am

Re: Issue with filters

Postby ShawnWDion » Sat Feb 18, 2017 8:14 am

Oddly enough I might have a answer to this one (Been reviewing the files and code of the latest build)

Inside the file filters.svg you can find the code for that filter.

<filter id="f040" inkscape:menu-tooltip="Pressed metal with a rolled edge" inkscape:menu="Bevels" inkscape:label="Pressed Steel" style="color-interpolation-filters:sRGB;">
<feGaussianBlur result="result1" stdDeviation="3" />
<feBlend in2="result1" result="result5" mode="multiply" in="result1" />
<feGaussianBlur in="result5" result="result6" stdDeviation="1" />
<feComposite result="result8" in2="result5" in="result6" operator="xor" />
<feComposite in="result6" result="fbSourceGraphic" operator="xor" in2="result8" />
<feSpecularLighting in="fbSourceGraphic" result="result1" lighting-color="rgb(255,255,255)" surfaceScale="2" specularConstant="2.2" specularExponent="55">
<fePointLight x="-5000" y="-10000" z="20000" />
</feSpecularLighting>
<feComposite in2="fbSourceGraphic" in="result1" result="result2" operator="in" />
<feComposite in="fbSourceGraphic" result="result4" operator="arithmetic" k2="2" k3="1" in2="result2" />
<feComposite in2="result4" in="result4" operator="in" result="result91" />
<feBlend mode="darken" in2="result91" />
</filter>

I'd make a backup copy of the file before messing around with the settings to tweak to your liking.

ShawnWDion

Naftran
Posts: 2
Joined: Sat Feb 18, 2017 12:55 am

Re: Issue with filters

Postby Naftran » Sat Feb 18, 2017 9:58 am

ShawnWDion wrote:Oddly enough I might have a answer to this one (Been reviewing the files and code of the latest build)

Inside the file filters.svg you can find the code for that filter.

<filter id="f040" inkscape:menu-tooltip="Pressed metal with a rolled edge" inkscape:menu="Bevels" inkscape:label="Pressed Steel" style="color-interpolation-filters:sRGB;">
<feGaussianBlur result="result1" stdDeviation="3" />
<feBlend in2="result1" result="result5" mode="multiply" in="result1" />
<feGaussianBlur in="result5" result="result6" stdDeviation="1" />
<feComposite result="result8" in2="result5" in="result6" operator="xor" />
<feComposite in="result6" result="fbSourceGraphic" operator="xor" in2="result8" />
<feSpecularLighting in="fbSourceGraphic" result="result1" lighting-color="rgb(255,255,255)" surfaceScale="2" specularConstant="2.2" specularExponent="55">
<fePointLight x="-5000" y="-10000" z="20000" />
</feSpecularLighting>
<feComposite in2="fbSourceGraphic" in="result1" result="result2" operator="in" />
<feComposite in="fbSourceGraphic" result="result4" operator="arithmetic" k2="2" k3="1" in2="result2" />
<feComposite in2="result4" in="result4" operator="in" result="result91" />
<feBlend mode="darken" in2="result91" />
</filter>

I'd make a backup copy of the file before messing around with the settings to tweak to your liking.

ShawnWDion


So has this changed from a previous build?

User avatar
brynn
Posts: 10309
Joined: Wed Sep 26, 2007 4:34 pm
Location: western USA
Contact:

Re: Issue with filters

Postby brynn » Sat Feb 18, 2017 8:25 pm

A lot of those built in filters are a mystery. The don't look like what they're supposed to be. Some of them work absolutely great on a very small object, or thin borders or text, but look like crap on a large bulky object, like circle or square. And vice versa. And there's no clue for most people, which ones need to be applied to text or borders, or large objects.

Like for example, I don't know if it's still there, but there used to be one called Embossed Leather, that looked to me exactly like moldy swiss cheese!

So anyway, it's pretty much trial and error. Try different filters until you find the best one. And you can tweak the filters quite a lot, using the Filters Editor. I don't think you need to mess with the codes, unless you know what you're doing. As far as I understand, everything can be changed in the Filters editor. And you can change a filter to you heart's content, and not worry about messing it up. If you start changing the codes, you could really mess them up.

Like for example, it's pretty easy to change the color, if the filter uses the Flood primative. If it uses the Color Matrix primative, forget it - unless you understand how to use the matrix. Small tweaks on Gaussian Blur primatives can sometimes work wonders. But you have to be careful about it.

If you can't tweak a filter the way you want, your only other option is to make your own filter. Let's see if I can find a link to the tutorial..... See if this is it: http://tavmjong.free.fr/blog/?m=201509 Also, don't miss the link that Lazur gave to his cache of filters. He's made tons more!

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Issue with filters

Postby Lazur » Sun Feb 19, 2017 1:27 am

brynn wrote:don't miss the link that Lazur gave to his cache of filters


Lazur wrote:built in filters



brynn wrote:Embossed Leather, that looked to me exactly like moldy swiss cheese!


embossed leather

swiss cheese

User avatar
brynn
Posts: 10309
Joined: Wed Sep 26, 2007 4:34 pm
Location: western USA
Contact:

Re: Issue with filters

Postby brynn » Mon Feb 20, 2017 2:40 pm

Oh wow! That Embossed Leather filter has been much improved since that last time I looked at it. I was trying to use on the Inkscape Dictionary drawing I did, so long ago. I wanted to use it on the leather part of the book cover. But it didn't look anything like it does now!

But in any case, working with filters is still a lot of trial and error.


Return to “Help with using Inkscape”