generate_icon_set
Produce a complete icon set with multiple PNG sizes and an ICO file from a single design, using custom text, colors, shapes, and styles.
Instructions
Render a multi-resolution icon set: several PNGs + an aggregated .ico.
The largest PNG is drawn once at high resolution and downscaled with LANCZOS for every other size, so all outputs share the same design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| shape | No | rounded | |
| style | No | gradient | |
| shadow | No | ||
| out_dir | Yes | ||
| bg_color | No | #4F8DFD | |
| fg_color | No | #FFFFFF | |
| base_name | No | icon | |
| png_sizes | No | ||
| bg_color_2 | No | #8E5BFF | |
| font_scale | No | ||
| include_ico | No | ||
| border_color | No | #FFFFFF | |
| border_width | No | ||
| corner_radius | No | ||
| gradient_angle | No |