Add Kuwahara Filter, implements #49
This commit is contained in:
parent
d512005b86
commit
632b4593aa
5 changed files with 167 additions and 0 deletions
|
@ -134,6 +134,7 @@ const shaderlib_functions = {
|
|||
"common": ["alpha_blend", "cbrt"],
|
||||
"denoise": ["smart_denoise"],
|
||||
"hsv": ["rgb2hsv", "hsv2rgb",],
|
||||
"kuwahara": ["kuwahara",],
|
||||
"oklab": ["oklab2rgb", "rgb2oklab", "oklab2oklch", "oklch2oklab"],
|
||||
"pixelate": ["pixelate"],
|
||||
"place_texture": ["place_texture"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue