Skip to content

f_AreaSmoother

rasberry edited this page Jan 11, 2024 · 1 revision

AreaSmoother

Usage

 Blends adjacent areas of flat color together by sampling the nearest two colors to the area
 -t (number)                  Number of times to run fit function (default 7)
 -r                           Draw the gradient ratio as a grayscale image instead of modifying the original colors
 --sampler (name)             Use given (registered) sampler (defaults to nearest pixel)
 --metric (name)              Use a (registered) distance metric (defaults to euclidean)

Examples

rock-p scorpius-p
Default AreaSmoother-rock-p-1 AreaSmoother-scorpius-p-1
-t 2 AreaSmoother-rock-p-2 AreaSmoother-scorpius-p-2
-t 10 AreaSmoother-rock-p-3 AreaSmoother-scorpius-p-3
--metric Manhattan AreaSmoother-rock-p-4 AreaSmoother-scorpius-p-4