hzls
Convert text into images using Magic: The Gathering card art. Customize output with full card images or include watermark links for creative or functional use cases.
Instructions
活字乱刷(使用卡牌图像拼接句子),将输入的文本使用魔法卡牌图像拼接成图片
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cut_full_image | No | 是否使用卡牌完整图像 (默认 true) | |
target_sentence | Yes | 要拼接的目标句子/文本 | |
with_link | No | 是否包含链接水印 (默认 true) |
Input Schema (JSON Schema)
{
"properties": {
"cut_full_image": {
"description": "是否使用卡牌完整图像 (默认 true)",
"type": "boolean"
},
"target_sentence": {
"description": "要拼接的目标句子/文本",
"type": "string"
},
"with_link": {
"description": "是否包含链接水印 (默认 true)",
"type": "boolean"
}
},
"required": [
"target_sentence"
],
"type": "object"
}