← All models
Post Processing Blur
Post Processing Blur
post-processing-blur
Image editby post-processing
Apply Gaussian or Kuwahara blur effects with adjustable radius and sigma parameters
images
Pricing
- Price
- 0.125 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| blur_type | stringenum: gaussian, kuwahara | Type of blur to apply |
| image_urlrequired | string | URL of image to process |
| blur_sigma | number | Sigma for Gaussian blur |
| blur_radius | integer | Blur radius |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The processed images with blur effect |
