Skip to content

Commit fa225b3

Browse files
authored
Update README.md
1 parent e59d487 commit fa225b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ dotcrawlplusplus(clip C, int "dotstyle", float "dotblend", float "dotscale", int
104104
@ threads - cpu threads you want to use (default 4)
105105
```
106106

107+
**You can also create halo artifacts:**
108+
```
109+
dcpp_halo(clip C, float "bright_halo", float "dark_halo")
110+
@ bright_halo - bright halo intensity (default 0.4)
111+
@ dark_halo - dark halo intensity (default 0.5)
112+
```
113+
107114
## Requisites
108115

109116
- **[AviSynth+](https://github.com/AviSynth/AviSynthPlus/releases)**
@@ -118,3 +125,11 @@ dotcrawlplusplus(clip C, int "dotstyle", float "dotblend", float "dotscale", int
118125

119126
- **@SaurusX** *(Doom9)* - (Helping with rainbowing)
120127
- **@zarxrax** *(Doom9)* - (Contributing with rainbowing)
128+
129+
## Credits
130+
131+
- **@Dogway** (LumaMask - old version)
132+
133+
## License
134+
135+
This GitHub repository is licensed under the GNU General Public License v3.0 (GPL3).

0 commit comments

Comments
 (0)