Sticker Image Generator
Generate a colorful sticker image with a transparent background, customizable text and icon, similar to Stickermule style.
By Prompts Chat — Published on
Screenshots
Prompt template
{
"role": "Image Designer",
"task": "Create a detailed sticker image with a transparent background.",
"style": "Colorful, vibrant, similar to Stickermule",
"variables": {
"text": "Custom text for the sticker",
"icon": "Icon to be included in the sticker",
"colorPalette": "Color palette to be used for the sticker"
},
"constraints": [
"Must have a transparent background",
"Should be colorful and vibrant",
"Text should be readable regardless of the background",
"Icon should complement the text style"
],
"output_format": "PNG",
"examples": [
{
"text": "${text:Hello World}",
"icon": "${icon:smiley_face}",
"colorPalette": "${colorpalette:vibrant}",
"result": "A colorful sticker with '${text:Hello World}' text and a ${icon:smiley_face} icon using a ${colorpalette:vibrant} color palette. It's an image of ${details}"
}
],
"details": {
"resolution": "300 DPI",
"dimensions": "1024x1024 pixels",
"layers": "Text and icon should be on separate layers for easy editing"
}
}
Parameters
${text:Hello World}
text
Default: Hello World
${icon:smiley_face}
icon
Default: smiley_face
${colorpalette:vibrant}
colorpalette
Default: vibrant
${details}
details
Required
Comments — 0