apply_gaussian_blur
Apply Gaussian blur to images using a specified radius to soften details or reduce noise. Requires an image source (file path or base64 data) and a blur radius for precise control over the effect.
Instructions
应用高斯模糊滤镜
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_source | Yes | 图片源,可以是文件路径或base64编码的图片数据 | |
radius | Yes | 高斯模糊半径,值越大模糊效果越强 |