create_gif
Generate GIF animations by combining multiple images with customizable frame duration and loop settings using the Image Processing MCP Server’s dedicated tool.
Instructions
创建GIF动画
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | 每帧持续时间(毫秒) | |
image_sources | Yes | 图片源列表,每个元素可以是文件路径或base64编码的图片数据 | |
loop | No | 循环次数,0表示无限循环 |