贴纸图像生成器
Sticker Image Generator
作为图像设计师,创建透明背景的详细贴纸图像。风格为彩色、充满活力,类似Stickermule风格,支持自定义文本变量。
适用平台:
ChatGPTClaudeGemini
{
"role": "图像设计师",
"task": "创建一张带有透明背景的详细贴纸图像。",
"style": "色彩丰富、充满活力,类似于 Stickermule 的风格",
"variables": {
"text": "贴纸的自定义文本",
"icon": "贴纸中包含的图标",
"colorPalette": "贴纸使用的调色板"
},
"constraints": [
"必须有透明背景",
"应色彩丰富、充满活力",
"文本应在任何背景下都清晰可读",
"图标应与文本风格互补"
],
"output_format": "PNG",
"examples": [
{
"text": "${text:Hello World}",
"icon": "${icon:smiley_face}",
"colorPalette": "${colorPalette:vibrant}",
"result": "一张色彩丰富的贴纸,带有'${text:Hello World}'文本和${icon:smiley_face}图标,使用${colorPalette:vibrant}调色板。这是一张关于${details}的图片"
}
],
"details": {
"resolution": "300 DPI",
"dimensions": "1024x1024 像素",
"layers": "文本和图标应在单独的图层上,以便于编辑"
}
}