Changes between Initial Version and Version 1 of ImageFilters/Saturation


Ignore:
Timestamp:
2015-07-30T18:01:35+02:00 (11 years ago)
Author:
Nipel-Crumple
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImageFilters/Saturation

    v1 v1  
     1== Saturation Filter ==
     2{{{
     3{       "classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.SaturateFilterImpl",
     4        "binaries":["plugins/JOSM-filters.jar"],
     5        "name":"saturati",
     6        "title": "Saturate",
     7        "controls": [
     8                {
     9                        "type": "linear_slider",
     10                        "name": "saturate",
     11                        "title": "Saturate",
     12                        "value_type": "float",
     13                        "scale": [0, 1],
     14                        "default": 1,
     15                        "decoration": "none"
     16                }
     17        ]
     18}
     19}}}