Add Kuwahara Filter, implements #49

This commit is contained in:
ChaoticByte 2025-01-27 23:01:19 +01:00
parent d512005b86
commit 632b4593aa
No known key found for this signature in database
5 changed files with 167 additions and 0 deletions

View file

@ -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"],