Toon v0.82

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Abstract)
m (minor formatting)
Line 1: Line 1:
 +
{{FilterCat4|External_filters|Scripts|Adjustment_filters|Line_darkeners}}
 +
 
'''Back to [[Toon|Toon-v1.1]] ←'''
 
'''Back to [[Toon|Toon-v1.1]] ←'''
 
<br>
 
<br>
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
+
 
{{Filter2
+
{{Filter3
 
|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
|}}
+
|
 +
|6=[http://forum.doom9.org/showthread.php?p=1022171 Doom9 Thread]}}
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such.
+
A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such.<br>
 +
<br>
 +
<span style="color:red">'''Note:'''</span> Toon-v0.82 is considered outdated. Use [[Toon|Toon-v1.1]]
 
<br>
 
<br>
::<span style="color:red">'''Note:'''</span>
 
:::Toon-v0.82 is considered outdated. Use [[Toon|Toon-v1.1]]
 
 
 
<br>
 
<br>
 +
== Requirements ==
 +
* AviSynth 2.5.8 or later
 +
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only
 +
* Supported color formats: [[YV12]]
  
== Requirements: ==
 
:- AviSynth 2.5.8 or later
 
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only
 
:- Supported color formats: [[YV12]]
 
  
==== Required Filters: ====
+
==== Required Plugins ====
:*[[aWarpSharp]]
+
*[[aWarpSharp]]
:*[[MaskTools2]] 2.0a48+
+
*[[MaskTools2]] 2.0a48+
 
<br>
 
<br>
== Syntax and Parameters ==
+
==[[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef|Toon (''clip'' input)}}
 
:{{Template:FuncDef|Toon (''clip'' input)}}
 
<br>
 
<br>
::{{Par|input|clip|}}
+
::{{Par2|input|clip| }}
:::Mandatory input clip
+
:::Input clip.
 
<br>
 
<br>
 
== Examples ==
 
== Examples ==
Line 44: Line 46:
 
       - Initial release
 
       - Initial release
 
<br>
 
<br>
== Links ==
+
==External Links ==
 
*[http://forum.doom9.org/showthread.php?p=1022171 Doom9 Forum] - Toon v0.8x discussion.
 
*[http://forum.doom9.org/showthread.php?p=1022171 Doom9 Forum] - Toon v0.8x discussion.
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[Toon|Toon-v1.1]] &larr;'''
 
'''Back to [[Toon|Toon-v1.1]] &larr;'''

Revision as of 11:20, 21 September 2014


Back to Toon-v1.1

Abstract
Author mf
Version v0.82
Download Toon-v0.82.avsi
Category Line Darkeners
License
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.

Note: Toon-v0.82 is considered outdated. Use Toon-v1.1

Requirements

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


Required Plugins


Syntax and Parameters

Toon (clip input)


clip  input =
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


External Links




Back to Toon-v1.1

Personal tools