File:Lenna-Layer-lighten-blue+darken-yellow,threshold=40.jpg
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) (File:Lenna.png with Layer effect) |
Raffriff42 (Talk | contribs) m (script) |
||
Line 1: | Line 1: | ||
− | [[:File:Lenna.png]] with [[Layer]] effect | + | [[:File:Lenna.png]] with [[Layer]] effect, demonstrating ''threshold'' |
+ | ImageSource("Lenna.png") | ||
+ | ConvertToYUY2 | ||
+ | Layer(BlankClip(Last, color=$0000ff), op="lighten", threshold=40) | ||
+ | Layer(BlankClip(Last, color=$ffff00), op="darken", threshold=40) |
Latest revision as of 16:36, 27 December 2015
File:Lenna.png with Layer effect, demonstrating threshold
ImageSource("Lenna.png") ConvertToYUY2 Layer(BlankClip(Last, color=$0000ff), op="lighten", threshold=40) Layer(BlankClip(Last, color=$ffff00), op="darken", threshold=40)
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:34, 27 December 2015 | ![]() | 512 × 512 (94 KB) | Raffriff42 (Talk | contribs) | File:Lenna.png with Layer effect |
- Edit this file using an external application (See the setup instructions for more information)
File usage
There are no pages that link to this file.