Changes between Version 5 and Version 6 of ImageFilters/BrightnessContrast


Ignore:
Timestamp:
2015-07-31T09:04:39+02:00 (10 years ago)
Author:
Nipel-Crumple
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImageFilters/BrightnessContrast

    v5 v6  
    66{{{
    77{
    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"
    329}
    3310}}}