{
    "name": "contrast",
    "description": "Change the contrast of the image by given value",
    "inputs": {
        "contrast": {
            "type": "integer",
            "desc": "contrast for the new image, typically -100 to 100",
            "default": 70,
            "min": -100,
            "max": 100
        }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#contrast-module"
}
