jbuchermn/newm

Meaning of the options in blur

Closed this issue · 2 comments

{"blur": {"radius": 4, "passes": 4}}
@jbuchermn What does each of the options mean, I am playing with them with this I plan to expand the documentation and tricks

These are passes and radius in pixel for the Kawase blur algorithm.

In short: Increase these to get "more blur". A higher value for passes has a higher impact than a higher value for radius.

@jbuchermn can we close this issue?