{
    "name": "gamma-correction",
    "description": "Apply gamma correction on the image <a href='https://en.wikipedia.org/wiki/Gamma_correction'>Read more</a>",
    "inputs": {
        "adjustment": {
            "type": "float",
            "desc": "gamma correction (inverse of actual gamma factor) for the new image",
            "default": 0.5,
            "min": 0,
            "max": 5,
            "step": 0.1
        }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#gamma-correction-module"
}
