Toon v0.82
From Avisynth wiki
(Difference between revisions)
m (Requirements:) |
m (Abstract) |
||
| Line 2: | Line 2: | ||
<br> | <br> | ||
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}} | {{FilterCat|External_filters|Adjustment_filters|Line Darkeners}} | ||
| − | {{ | + | {{Filter2 |
|mf | |mf | ||
|v0.82 | |v0.82 | ||
|[http://avisynth.nl/images/Toon-v0.82.avsi Toon-v0.82.avsi] | |[http://avisynth.nl/images/Toon-v0.82.avsi Toon-v0.82.avsi] | ||
|Line Darkeners | |Line Darkeners | ||
| − | |||
| − | |||
|}} | |}} | ||
<br> | <br> | ||
Revision as of 20:21, 1 January 2014
Back to Toon-v1.1 ←
| Abstract | |
|---|---|
| Author | mf |
| Version | v0.82 |
| Download | Toon-v0.82.avsi |
| Category | Line Darkeners |
| License | |
Contents |
Description
- A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such.
- Note:
- Toon-v0.82 is considered outdated. Use Toon-v1.1
- Note:
Requirements:
- - AviSynth 2.5.8 or later
- - Progressive input only
- - Supported color formats: YV12
Required Filters:
- aWarpSharp
- MaskTools2 2.0a48+
Syntax and Parameters
- Toon (clip input)
- input clip =
- Mandatory input clip
- input clip =
Examples
AviSource("blah.avi") Toon()
Changelog
v0.82 2007-07-06 - Speedups by Didée
v0.81 2007-07-05 - Fixed global darkening issue
v0.80 2007-04-25 - Initial release
Links
- Doom9 Forum - Toon v0.8x discussion.
Back to Toon-v1.1 ←