Toon v0.82
From Avisynth wiki
(Difference between revisions)
(Toon v0.82) |
m |
||
| Line 1: | Line 1: | ||
| + | '''Back to [[Toon|Toon-v1.1]] ←''' | ||
| + | <br> | ||
{{FilterCat|Plugins|External_filters|Adjustment_filters|Line Darkeners}} | {{FilterCat|Plugins|External_filters|Adjustment_filters|Line Darkeners}} | ||
{{Filter | {{Filter | ||
| Line 33: | Line 35: | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
| − | [[AviSource]](" | + | [[AviSource]]("blah.avi") |
Toon() | Toon() | ||
<br> | <br> | ||
Revision as of 00:45, 30 December 2013
Back to Toon-v1.1 ←
| Abstract | |
|---|---|
| Author | mf |
| Version | v0.82 |
| Download | Toon-v0.82.avsi |
| Category | Line Darkeners |
| Requirements |
|
| License | |
| Discussion | |
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
- - Supported color formats: YV12
- - Progressive input only
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 ←