Changes between Version 5 and Version 6 of ImageFilters/BrightnessContrast
- Timestamp:
- 2015-07-31T09:04:39+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImageFilters/BrightnessContrast
v5 v6 6 6 {{{ 7 7 { 8 "classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.ContrastFilterImpl", 9 "binaries":["plugins/JOSM-filters.jar"], 10 "name":"contrast", 11 "title": "Contrast / Brightness", 12 "controls": [ 13 { 14 "type": "linear_slider", 15 "name": "contrast", 16 "title": "Contrast", 17 "value_type": "float", 18 "scale": [0, 4], 19 "default": 1, 20 "decoration": "none" 21 }, 22 { 23 "type": "linear_slider", 24 "name": "brightness", 25 "title": "Brightness", 26 "value_type": "float", 27 "scale": [0, 4], 28 "default": 1, 29 "decoration": "none" 30 } 31 ] 8 "classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.ContrastFilterImpl" 32 9 } 33 10 }}}