You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
865 B
Plaintext
42 lines
865 B
Plaintext
4 years ago
|
#
|
||
|
# License note:
|
||
|
# This example file is public domain and was written by sloum (The "Non-Profit Open Software License 3.0"
|
||
|
# that covers the software does not apply to works _created_ by the software, only to the software itself
|
||
|
# and variations thereupon or services provided related to said software. Any filters you, the user, create
|
||
|
# may be covered under any license you like so long as the core filtress software is not used against its
|
||
|
# license. All example filters provided with filtress are released as public domain.
|
||
|
#
|
||
|
# Set mode to 1 (average)
|
||
|
MOD 1
|
||
|
|
||
|
# Set register 1 to handle our Y axis
|
||
|
RG1 HIG
|
||
|
RG1 /10
|
||
|
RG1 /2
|
||
|
|
||
|
# Set register 2 to handle our x axis
|
||
|
RG2 WID
|
||
|
RG2 /10
|
||
|
RG2 /2
|
||
|
|
||
|
LOY +RG1
|
||
|
|
||
|
# Nest loop over y then x axis
|
||
|
BEG 10
|
||
|
|
||
|
BEG 10
|
||
|
|
||
|
COL +80:*6:-200:-4
|
||
|
APY +RG2:+RG1
|
||
|
LOC +RG2:+0
|
||
|
LOC +RG2:+0
|
||
|
|
||
|
END
|
||
|
|
||
|
LOC +RG2:+RG1
|
||
|
LOC +0:+RG1
|
||
|
|
||
|
END
|
||
|
|
||
|
|