Toon

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Description)
m (Requirements:)
Line 1: Line 1:
{{FilterCat|Plugins|External_filters|Adjustment_filters|Linedarkeners}}
+
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
 
{{Filter
 
{{Filter
|mf
+
|{{Author/mf}}
 
|v1.1
 
|v1.1
 
|[http://dl.dropboxusercontent.com/s/t0o02hlxo0vx9ad/Toon-v1.1.7z Toon-v1.1.7z]
 
|[http://dl.dropboxusercontent.com/s/t0o02hlxo0vx9ad/Toon-v1.1.7z Toon-v1.1.7z]
Line 17: Line 17:
 
== Requirements: ==
 
== Requirements: ==
 
:- AviSynth 2.5.8 or later
 
:- AviSynth 2.5.8 or later
:- [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)]
 
:- Supported color formats: [[YV12]]
 
 
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
 
:- [[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]]
  
 +
:- [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)]
 
==== Required Filters: ====
 
==== Required Filters: ====
 
:*[[aWarpSharp2]]
 
:*[[aWarpSharp2]]

Revision as of 16:44, 1 January 2014

Abstract
Author mf
Version v1.1
Download Toon-v1.1.7z
Category Line Darkeners
Requirements
  • YV12
License closed source
Discussion


Contents

Description

A simple but effective line darkener. It enhances "cartoon-like" sources, such as anime, by applying filtering to edges and such.
Toon-v1.0 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.
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
- Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)

Required Filters:


Syntax and Parameters

Toon (clip, float "strength")


strength float = 1.0
Strength by default is set to the maximum value.
Range: 0.0 - 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

Links





Back to External Filters

Personal tools