wiki:ImageFilters/BrightnessContrast

Version 11 (modified by Nipel-Crumple, 9 years ago) ( diff )

--

Brightness / Contrast

Meta information

{
	"classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.ContrastFilterImpl",
	"binaries":["https://josm.openstreetmap.de/raw-attachment/wiki/ImageFilters/BrightnessContrast/brightnesscontrast.rf"],
        "name":"contrast",
        "title": "Contrast / Brightness",
        "controls": [
                {
                        "type": "linear_slider",
                        "name": "contrast",
                        "title": "Contrast",
                        "value_type": "float",
                        "scale": [0, 4],
                        "default": 1,
                        "decoration": "none"
                },
                {
                        "type": "linear_slider",
                        "name": "brightness",
                        "title": "Brightness",
                        "value_type": "float",
                        "scale": [0, 4],
                        "default": 1,
                        "decoration": "none"
                },
                {
                        "type": "colorpicker",
                        "name": "colorpicker",
                        "title": "Choose a color",
                        "value_type": "color",
                        "decoration": "none"
                }
        ]
}

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.