blend_images
Combine two images using customizable blend modes and opacity settings to create a single, merged image. Input file paths or base64 data and specify output format for processed results.
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 |