ToonLite: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m Requirements:
m Abstract
Line 1: Line 1:
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
{{FilterCat|External_filters|Adjustment_filters|Line Darkeners}}
{{Filter
{{Filter2
|mf
|mf
|v1.1-lite
|v1.1-lite
|[http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll Toon-v1.0-lite.dll]
|[http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/Toon-v1.0-lite.dll Toon-v1.0-lite.dll]
|Line Darkeners
|Line Darkeners
|
* YV12
|closed source}}
|closed source}}
<br>
<br>

Revision as of 21:15, 1 January 2014

Abstract
Author mf
Version v1.1-lite
Download Toon-v1.0-lite.dll
Category Line Darkeners
License closed source


Description

It's the same as Toon, just without the warpsharp processing.


Requirements:

- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
- Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)


Syntax and Parameters

ToonLite (clip, float "strength")


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


Examples

AviSource("blah.avi")
ToonLite(strength=1.0)


Changelog

  v1.0-lite 2008-06-02
     - Initial release





Back to External Filters