Toon
From Avisynth wiki
(Difference between revisions)
m (Download link) |
(small update / format) |
||
Line 1: | Line 1: | ||
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}} | {{FilterCat|External_filters|Adjustment_filters|Line Darkeners}} | ||
− | {{ | + | {{Filter3 |
|{{Author/mf}} | |{{Author/mf}} | ||
|v1.1 | |v1.1 | ||
|[http://dl.dropbox.com/s/guk5plphkthdy2f/Toon-v1.1.7z Toon-v1.1.7z] | |[http://dl.dropbox.com/s/guk5plphkthdy2f/Toon-v1.1.7z Toon-v1.1.7z] | ||
|Line Darkeners | |Line Darkeners | ||
− | |closed source}} | + | |closed source |
+ | |6=[http://forum.doom9.org/showthread.php?t=131454 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. | ||
− | :Toon | + | :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. |
− | :Toon-v1.1 is a binary patched Toon-v1.0 that allows to use the updated and faster [[aWarpSharp2]] instead of the old [[aWarpSharp]]. | + | <br> |
+ | :<span style="color:red">'''Note:'''</span> Toon-v1.1 is a binary patched Toon-v1.0 that allows to use the updated and faster [[aWarpSharp2]] instead of the old [[aWarpSharp]]. | ||
<br> | <br> | ||
− | == Requirements | + | == Requirements == |
:- AviSynth 2.5.8 or later | :- 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 | :- [[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]] | :- Supported color formats: [[YV12]] | ||
− | :- [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package ( | + | :- [http://www.microsoft.com/en-us/download/details.aspx?id=26347 Microsoft Visual C++ 2005 SP1 Redistributable Package (<tt>vcredist_x86.exe</tt>)] |
− | ==== Required | + | |
+ | ==== Required Plugins ==== | ||
:*[[aWarpSharp2]] | :*[[aWarpSharp2]] | ||
<br> | <br> | ||
− | == Syntax and Parameters == | + | == [[Script variables|Syntax and Parameters]] == |
:{{Template:FuncDef|Toon (clip, float "strength")}} | :{{Template:FuncDef|Toon (clip, float "strength")}} | ||
<br> | <br> | ||
− | ::{{ | + | ::{{Par2| |clip| }} |
+ | :::Input clip | ||
+ | <br> | ||
+ | ::{{Par2|strength|float|1.0}} | ||
:::Strength by default is set to the maximum value. | :::Strength by default is set to the maximum value. | ||
− | + | :::Range: 0.0 - 1.0 | |
<br> | <br> | ||
== Examples == | == Examples == | ||
Line 34: | Line 40: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
− | v1. | + | v1.1 2008-08-24 [SEt] |
- Binary patched Toon-v1.0 to use [[aWarpSharp2]] instead of [[aWarpSharp]]<br> | - Binary patched Toon-v1.0 to use [[aWarpSharp2]] instead of [[aWarpSharp]]<br> | ||
− | v1.0 | + | v1.0 2007-11-03 |
- Initial release | - Initial release | ||
+ | <br> | ||
+ | == Archived Downloads == | ||
+ | {| class="wikitable" border="1"; width="400px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="150px"| Download | ||
+ | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !v1.1 | ||
+ | |[http://dl.dropbox.com/s/guk5plphkthdy2f/Toon-v1.1.7z Toon-v1.1.7z] | ||
+ | |[http://web.archive.org/web/20131229193342/http://e6be4b31-a-62cb3a1a-s-sites.googlegroups.com/site/pavelsx2/Toon-v1.1.7z?attachauth=ANoY7cpA3mrXbKknkhZ95YUNBoA7B-SZe5W9Aqs3JS_t-mydQvUKrkK77mq9VLs160mDXnGBwfLV1v5Y0D1Ca9-zQrMpE8RvaA9lf5d9jfkbSTnPkeDK_vymF5nHQBEv8BY_7y2Z2RRazpDf_ol_vBCtFk-6aVmkv-r9n1pZCYcWIQ0H7fnUZ_mh1VG1wY-VvWEfdRT6dzFujTyDrlUaSXFy_QpCyNhL_g%3D%3D&attredirects=1 Toon-v1.1.7z] | ||
+ | |- | ||
+ | !v1.0 | ||
+ | |[http://web.archive.org/web/20120104032204/http://mf.creations.nl/avs/filters/Toon-v1.0.dll Toon-v1.0.dll] | ||
+ | | | ||
+ | |} | ||
+ | <br> | ||
== Links == | == Links == | ||
*[http://forum.doom9.org/showthread.php?t=131454 Doom9 Forum] - Toon v1.0 discussion. | *[http://forum.doom9.org/showthread.php?t=131454 Doom9 Forum] - Toon v1.0 discussion. |
Revision as of 02:40, 16 August 2014
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 |
Links
- Doom9 Forum - Toon v1.0 discussion.
- Doom9 Forum - Binary patched Toon-v1.1 (last sentence)
Back to External Filters ←