generate_app_icon
Create custom app icons by specifying text, colors, and size, and save them as PNG files.
Instructions
Generate an app icon image with custom text, colors, and size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Icon size in pixels (default: 1024) | |
| text | Yes | Text to display on the icon (e.g., 'K' for Kanban) | |
| fontSize | No | Font size as a percentage of icon size (0.0-1.0, default: 0.7) | |
| textColor | No | Text color in hex format (e.g., '#000000' for black, default: '#000000') | #000000 |
| fontFamily | No | Font family name (optional, uses system default if not specified) | |
| outputPath | Yes | Full path where the icon PNG file should be saved | |
| backgroundColor | No | Background color in hex format (e.g., '#FFFFFF' for white, default: '#FFFFFF') | #FFFFFF |