add_border
Add customizable borders to images, including width, color, style, and corner radius. Supports various output formats like PNG, JPEG, and WEBP for enhanced visual presentation.
Instructions
为图片添加边框效果
Input Schema
Name | Required | Description | Default |
---|---|---|---|
border_color | No | 边框颜色,十六进制格式如 #000000(黑色) | #000000 |
border_style | No | 边框样式:solid(实线)、dashed(虚线)、dotted(点线) | solid |
border_width | No | 边框宽度(像素) | |
corner_radius | No | 圆角半径(像素),0为直角 | |
image_source | Yes | 图片源,可以是文件路径或base64编码的图片数据 | |
output_format | No | 输出格式:PNG、JPEG、WEBP 等 | PNG |