Toon

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (minor formatting)
m (cosmetics)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Line Darkeners}}
+
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Line_darkeners}}
 
{{Filter3
 
{{Filter3
 
|{{Author/mf}}
 
|{{Author/mf}}
Line 7: Line 7:
 
|closed source
 
|closed source
 
|6=[http://forum.doom9.org/showthread.php?t=131454 Doom9 Thread]}}
 
|6=[http://forum.doom9.org/showthread.php?t=131454 Doom9 Thread]}}
<br>
+
 
 
== Description ==
 
== 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|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.<br/>
 
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|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.<br/>
Line 20: Line 20:
  
 
* [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (<tt>vcredist_x86.exe</tt>)]
 
* [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (<tt>vcredist_x86.exe</tt>)]
<br>
+
 
==== Required Plugins ====
+
=== Required Plugins ===
 
*[[aWarpSharp2]]
 
*[[aWarpSharp2]]
 
<br>
 
<br>
Line 31: Line 31:
 
<br>
 
<br>
 
::{{Par2|strength|float|1.0}}
 
::{{Par2|strength|float|1.0}}
:::Strength by default is set to the maximum value.
+
:::{{FuncDef3|Strength}} by default is set to the maximum value.
 
:::Range: 0.0 - 1.0
 
:::Range: 0.0 - 1.0
 
<br>
 
<br>

Latest revision as of 01:43, 7 March 2015

Abstract
Author mf
Version v1.1
Download Toon-v1.1.7z
Category Line Darkeners
License closed source
Discussion Doom9 Thread

Contents

[edit] 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.

[edit] Requirements

  • AviSynth 2.5.8 or later
  • Progressive input only
  • Supported color formats: YV12

[edit] Required Plugins


[edit] Syntax and Parameters

Toon (clip, float "strength")


clip   =
Input clip.


float  strength = 1.0
Strength by default is set to the maximum value.
Range: 0.0 - 1.0


[edit] Examples

AviSource("whatever.avi")
Toon(strength=1.0)


[edit] 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


[edit] Archived Downloads

Version Download Mirror
v1.1 Toon-v1.1.7z Toon-v1.1.7z
v1.0 Toon-v1.0.dll


[edit] External Links




Back to External Filters

Personal tools