blend_images
Combine two images using various blend modes and opacity settings to create customized visual effects. Specify input sources, blend type, transparency, and output format for precise image manipulation.
Instructions
混合两张图片
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blend_mode | No | 混合模式:normal(正常)、multiply(正片叠底)、screen(滤色)、overlay(叠加) | normal |
image1_source | Yes | 第一张图片源,可以是文件路径或base64编码的图片数据 | |
image2_source | Yes | 第二张图片源,可以是文件路径或base64编码的图片数据 | |
opacity | No | 第二张图片的不透明度,范围 0.0-1.0 | |
output_format | No | 输出格式:PNG、JPEG、WEBP 等 | PNG |