misc_favicon
Generate a favicon.ico from a PNG image. Accepts local file path or base64 dataURL, and outputs an ICO file in Vista+ PNG-ICO format.
Instructions
favicon.ico 生成:将 PNG 图片封装为 ICO(Vista+ PNG-ICO 格式)。image 支持本地路径或 base64(dataURL)。尺寸由 PNG 决定(≤256px)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | PNG 文件路径或 data:image/png;base64,... | |
| output_path | No | 输出 .ico 文件路径 |