]> git.sesse.net Git - mlt/blob - src/modules/core/filter_gamma.yml
Fix reading binary files on Windows.
[mlt] / src / modules / core / filter_gamma.yml
1 schema_version: 0.1
2 type: filter
3 identifier: gamma
4 title: Gamma
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12 description: Adjust image luma using a non-linear power-law curve.
13 parameters:
14   - identifier: argument
15     title: Gamma
16     type: float
17     description: The exponential factor of the power-law curve
18     default: 1.0
19   - identifier: gamma
20     title: Gamma
21     type: float
22     description: See "argument"
23     mutable: yes
24     default: 1.0