Wave filter


This is a test of the Emergency Filtering Network.


E
Non-transparent background Transparent background

What you should see


Syntax & Settings

For example, the text wave filter above is:
filter:wave(add=0,freq=2,lightstrength=10,phase=0 , strength=5,enabled=0)

In STYLE the general format for the wave filter is:

{FILTER: Wave(Add=add, Freq=freq, LightStrength=strength, Phase=phase, Strength=strength)}

Add can be set to 1, which adds the original image to the filtered image, or to 0, which doesn't.
Freq is an integer which is the number of waves in the image.
LightStrength is a percent from 0 to 100 which sets the strength of the light on the waves.
Phase is a percent from 0 to 100 which sets the offset for the wave. Phase=0 or Phase=100 would start the wave at a peak. Phase=50 would start the wave at a valley. Phase=25 would start the wave in a middle position then descending. Phase=75 would start the wave in a middle position then ascending.
Strength sets the wave's intensity (amplitude).

Using a script to change these parameters can create some interesting effects.


More examples

The chart below uses a smaller version of Santa with a non-transparent background. Each example changes only one parameter at a time.

E
Original
wave(add=0,freq=6,lightstrength=10,strength=5,phase=0,enabled=1)
E
Freq=2
E
Freq=10
E
Freq=20
E
Freq=30
E
LightStrength=0
E
LightStrength=25
E
LightStrength=50
E
LightStrength=75
E
Strength=0
E
Strength=5
E
Strength=10
E
Strength=25
E
Phase=25
E
Phase=50
E
Phase=75
E
Phase=100

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