GradationCurve
From Avisynth wiki
(Difference between revisions)
(→Requirements) |
|||
Line 13: | Line 13: | ||
== Requirements == | == Requirements == | ||
− | * AviSynth+ | + | * AviSynth+ (32 and 64 bits) |
* Supported color formats: [http://avisynth.nl/index.php/Avisynthplus_color_formats PlanarRGB, YUV 420,422,444 8-16 bits] | * Supported color formats: [http://avisynth.nl/index.php/Avisynthplus_color_formats PlanarRGB, YUV 420,422,444 8-16 bits] | ||
Revision as of 01:20, 19 January 2019
Abstract | |
---|---|
Author | ErazorTT |
Version | r9 |
Download | see doom9 Thread |
Category | Adjustment Filters |
License | Open Source |
Discussion | Doom9 Thread |
Description
Comutes and applies gradation curves based on given anchor points. Like what Photoshop and Gimp do in the Curves setting. Can also load Photoshop ACV and GIMP crv curve files.
Requirements
- AviSynth+ (32 and 64 bits)
- Supported color formats: PlanarRGB, YUV 420,422,444 8-16 bits
Changelog
Jan 18, 2019: r9
- first functional release