apply_filter
Apply image filters including blur, sharpen, grayscale, and edge enhancement to modify visual appearance and enhance specific features in images.
Instructions
Apply a filter to an image.
Available filters: blur, sharpen, smooth, detail, contour, edge_enhance, emboss, grayscale.
Args: path: Absolute path to the image file. filter_name: Name of the filter to apply. output_path: Where to save. Defaults to _..
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| filter_name | Yes | ||
| output_path | No |