Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgm89git committed Jul 9, 2022
1 parent e59d487 commit fa225b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ dotcrawlplusplus(clip C, int "dotstyle", float "dotblend", float "dotscale", int
@ threads - cpu threads you want to use (default 4)
```

**You can also create halo artifacts:**
```
dcpp_halo(clip C, float "bright_halo", float "dark_halo")
@ bright_halo - bright halo intensity (default 0.4)
@ dark_halo - dark halo intensity (default 0.5)
```

## Requisites

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

- **@SaurusX** *(Doom9)* - (Helping with rainbowing)
- **@zarxrax** *(Doom9)* - (Contributing with rainbowing)

## Credits

- **@Dogway** (LumaMask - old version)

## License

This GitHub repository is licensed under the GNU General Public License v3.0 (GPL3).

0 comments on commit fa225b3

Please sign in to comment.