Brightness / Contrast
Meta information
{
"classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.ContrastFilterImpl",
"binaries":["https://josm.openstreetmap.de/raw-attachment/wiki/ImageFilters/JOSM-filters.jar"],
"name":"contrast",
"title": "Contrast / Brightness",
"controls": [
{
"type": "linear_slider",
"name": "contrast",
"title": "Contrast",
"value_type": "float",
"scale": [0, 4.0],
"default": 1.0,
"decoration": "none"
},
{
"type": "linear_slider",
"name": "brightness",
"title": "Brightness",
"value_type": "float",
"scale": [0, 4.0],
"default": 1.0,
"decoration": "none"
}
]
}
Last modified
10 years ago
Last modified on 2015-08-09T13:50:48+02:00
Attachments (1)
- brightnesscontrast.rf (954 bytes ) - added by 10 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.


