Toon
From Avisynth wiki
		
		
		
| Abstract | |
|---|---|
| Author | mf | 
| Version | v1.1 | 
| Download | Toon-v1.1.7z | 
| Category | Line Darkeners | 
| License | closed source | 
| Discussion | Doom9 Thread | 
| Contents | 
Description
A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such. Toon tries to be as close as possible to Toon-v0.82,  but it has about 2 times the precision, the mask is more accurate, it's faster, and a lot less memory consumption.
Note: Toon-v1.1 is a binary patched Toon-v1.0 that allows to use the updated and faster aWarpSharp2 instead of the old aWarpSharp.
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
Required Plugins
Syntax and Parameters
- Toon (clip, float "strength")
- clip    =   
 - Input clip.
 
 
- clip    =   
- float  strength = 1.0 
 - Strength by default is set to the maximum value.
- Range: 0.0 - 1.0
 
 
- float  strength = 1.0 
Examples
AviSource("whatever.avi") Toon(strength=1.0)
Changelog
  v1.1 2008-08-24 [SEt]
     - Binary patched Toon-v1.0 to use aWarpSharp2 instead of aWarpSharp
  v1.0 2007-11-03
     - Initial release
Archived Downloads
| Version | Download | Mirror | 
|---|---|---|
| v1.1 | Toon-v1.1.7z | Toon-v1.1.7z | 
| v1.0 | Toon-v1.0.dll | 
External Links
- Doom9 Forum - Toon v1.0 discussion.
- Doom9 Forum - Binary patched Toon-v1.1 (last sentence)
Back to External Filters ←
