Unsharp Mask
Meta information
{ "classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.UnsharpMaskFilterImpl", "binaries":["https://josm.openstreetmap.de/raw-attachment/wiki/ImageFilters/JOSM-filters.jar"], "name":"sharpen", "title": "Unsharp Mask", "controls": [ { "type": "linear_slider", "name": "amount", "title": "Amount", "value_type": "float", "scale": [0, 1], "default": 0.2, "decoration": "none" }, { "type": "linear_slider", "name": "radius", "title": "Radius (px)", "value_type": "integer", "scale": [0, 100], "default": 2, "decoration": "none" }, { "type": "linear_slider", "name": "threshold", "title": "Threshold", "value_type": "integer", "scale": [0, 255], "default": 0, "decoration": "none" } ] }
Last modified
10 years ago
Last modified on 2015-08-01T06:38:16+02:00
Note:
See TracWiki
for help on using the wiki.