Blur filter


This is a test of the Emergency Filtering Network.


What you should see



Syntax & Settings

For example,the text above has the filter:

{filter:blur(add=1, direction=315, strength=10, enabled=0)}

In STYLE the general form for this filter is-

{FILTER: Blur(Add=add, Direction=direction, Strength=strength;Enabled=0 | 1)}

If Add=1, the original is added to the blurred image. If Add=0, it's not.
Direction controls the angle of the blur with 0 being toward the top, 45 top right, 90 right, and so forth. Numbers larger than 360 or negative will wrap to the equivalent angle.
Strength is the number of pixels the blur will extend.
If Enabled=0, the filter is not applied and if enabled=1, the filter is applied.


More examples

default Blur()
Blur(add=1, direction=90, strength=50)
Blur(add=1, direction=180, strength=10)

What you should see

Images of samples above


© 1997-2002 Jan Smith   <jegs1@jegsworks.com>